{% extends "sentry/bases/explore.html" %} {% load url from future %} {% load i18n %} {% load sentry_helpers %} {% block inner %} {% if tag_list %} {% for tag_key, tag_values in tag_list %} {% if not forloop.counter|divisibleby:2 %} {% if not forloop.first %} {% endif %}
{% endif %}
{% if forloop.last %}
{% endif %} {% endfor %} {% else %}

{% trans "There don't seem to be any tags in the system yet. For more information on how you can tag data, check your client's documentation." %}

{% endif %} {% endblock %}