{% extends "explorer/base.html" %} {% load staticfiles %} {% block sql_explorer_navlinks %} {% if can_change %}
Query | Last Run | CSV |
---|---|---|
{{ object.title }} | {{ object.last_run_date|date:"SHORT_DATETIME_FORMAT" }} |
Query | Created | {% if tasks_enabled %}CSV | {% if can_change %}Play | Delete | {% endif %}Run Count | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ 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 tasks_enabled %}{% endif %} | {% if can_change %} | {% endif %} | {{ object.run_count }} | {% endif %}