{% load dict_key_extras %}
{% endif %} | Name (query title) | Content | {% if come_from_admin %}User | {% endif %}Actions | {% for object in objects %}
---|---|---|---|---|
{% endif %} | {% if object.query.name %} {{object.query.name}} {% else %} None {% endif %} | {% if object.query.content != "{}" %} {{object.query.content }} {% else %} No content {% endif %} | {% if come_from_admin %}{{object.user}} | {% endif %}{% if come_from_admin %} View {% else %} View {% endif %} Execute {% include "core_explore_common_app/user/persistent_query/button.html" with come_from_my_queries='True' objectid=object.query.id%} |