{% if request.user.is_active %} {% if signature_urls %}

Show Full URLs

{% for hit in signature_urls %} {% endfor %}
Total Count URL
{{ hit.crash_count }} {{ truncatechars(hit.url, 80) }}
{% else %}

No URLs found for signature {{ signature }}

{% endif %} {% else %}

Must be signed in to see signature URLs

{% endif %}