{% extends "explorer/base.html" %} {% load explorer_tags i18n static %} {% block sql_explorer_content %}
{% if recent_queries|length > 0 %}{% trans "Query" %} | {% trans "Last Run" %} | CSV |
---|---|---|
{{ object.query.title }} | {{ object.run_at|date:"SHORT_DATETIME_FORMAT" }} |
{% trans "Query" %} | {% trans "Created" %} | {% if tasks_enabled %}{% trans "Email" %} | {% endif %}{% trans "CSV" %} | {% if can_change %}{% trans "Play" %} | {% trans "Delete" %} | {% endif %}{% trans "Favorite" %} | {% trans "Ran Successfully" %} | {% trans "Run Count" %} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ object.title }} ({{ object.count }}) | {% else %}{{ object.title }} | {{ object.created_at|date:"SHORT_DATE_FORMAT" }} {% if object.created_by_user %} {% blocktrans trimmed with cuser=object.created_by_user %} by {{cuser}} {% endblocktrans %} {% 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.run_count }} | {% endif %}