{% load django_sql_dashboard %}
{{ result.sql }}{% else %}{% endif %} {% if not saved_dashboard %}
{% endif %} {% if result.truncated %}
Results were truncated {% if user_can_export_data and not saved_dashboard %} {% endif %}
{% else %}{{ result.row_lists|length }} row{{ result.row_lists|length|pluralize }}
{% endif %} {% if result.error %}{{ result.error }}
{% endif %}{{ column.name }}{% if user_can_execute_sql and column.is_unambiguous and not too_long_so_use_post %} [count]{% endif %} | {% endfor %}
---|
{% if item is None %}- null -{% else %}{{ item|format_cell }}{% endif %} | {% endfor %}
{% endif %}
Duration: {{ result.duration_ms|floatformat:2 }}ms