{% extends "explorer/base.html" %} {% block sql_explorer_navlinks %} {% if can_change %}
Query | Last Run | Download CSV |
---|---|---|
{{ object }} | {{ object.last_run_date|date:"SHORT_DATETIME_FORMAT" }} |
Query | Created | Download CSV | {% if can_change %}Delete | {% endif %}||||
---|---|---|---|---|---|---|---|
{{ object.title }} ({{ object.count }}) | {% else %} | {% if object.is_in_category %}|-- {% endif %}{{ object.title }} | {{ object.created_at|date:"SHORT_DATE_FORMAT" }} {% if object.created_by_user %} by {{ object.created_by_user }} {% endif %} | {% if can_change %} {% endif %} | {% endif %}