{% load django_spire_metric_statistic %}
Name
{{ statistic.name }}
Interval
{{ statistic.get_interval_display }}
Value Type
{{ statistic.get_value_type_display }}
Domain
{{ statistic.group.domain }}
{{ statistic.get_interval_display }} Total
{{ today_total|statistic_value:statistic.value_type }}
Key
{{ statistic.key }} {% include 'django_spire/element/copy_to_clipboard_element.html' with value=statistic.key %}
{% if perms.django_spire_metric_domain.change_statistic %} {% url 'django_spire:metric:domain:statistic:form:update' pk=statistic.pk as statistic_edit_url %} Edit {% endif %} {% if perms.django_spire_metric_domain.delete_statistic %} {% url 'django_spire:metric:domain:statistic:form:delete' pk=statistic.pk as statistic_delete_url %} Delete {% endif %}