{% extends "base_table.html" %} {% block extra_head %} {% endblock %} {% block extra_scripts %} {% endblock %} {% block query_tab_class %} active{% endblock %} {% block inner_content %}
Rows modified: {{ row_count }}
Empty result set.
{% else %} Permalink{{ col_desc[0] }}{% if ordering is not none %}{% if loop.index == ordering %}▼{% elif loop.index == -ordering %}▲{% endif %}{% endif %} | {% endfor %} {% if not dataset.is_readonly and pk_index is not none %}{% endif %} |
---|---|
{% if value is none %}NULL {% else %}{{ value|value_filter|safe }}{% endif %}
|
{% endfor %}
{% if not dataset.is_readonly and pk_index is not none %}
{% if not is_view or 'update' in view_ops %} Edit {% endif %} {% if not is_view or 'delete' in view_ops %} Delete {% endif %} | {% endif %}