{% extends "explorer/base.html" %} {% load explorer_tags i18n static %} {% block sql_explorer_content %}
{% if connection_count == 0 %}First things first, in order to create queries and start exploring, you'll need to:
Need help? Check out the documentation{% if hosted %} or contact support{% endif %}.
You have {{ connection_count }} connection{% if connection_count > 1 %}s{% endif %} created, now get cracking!
Need help? Check out the documentation{% if hosted %} or contact support{% endif %}.
{% translate "Query" %} | {% translate "Last Run" %} | CSV |
---|---|---|
{{ object.query.title }} | {{ object.run_at|date:"SHORT_DATETIME_FORMAT" }} |
{% translate "Query" %} | {% translate "Created" %} | {% if tasks_enabled %}{% translate "Email" %} | {% endif %}{% translate "CSV" %} | {% if can_change %}{% translate "Play" %} | {% translate "Delete" %} | {% endif %}{% translate "Favorite" %} | {% translate "Last Run" %} | {% translate "Run Count" %} | {% translate "Connection" %} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ object.title }} ({{ object.count }}) | {% else %}{{ object.title }} | {{ object.created_at|date:"m/d/y" }} {% if object.created_by_user %} {% blocktranslate trimmed with cuser=object.created_by_user %} by {{cuser}} {% endblocktranslate %} {% endif %} | {% if tasks_enabled %}{% endif %} | {% if can_change %} | {% endif %} | {% query_favorite_button object.id object.is_favorite 'query_favorite_toggle' %} | {% if object.ran_successfully %} {% elif object.ran_successfully is not None %} {% endif %} {{ object.last_run_at|date:"m/d/y" }} | {{ object.run_count }} | {{ object.connection_name }} | {% endif %}