Statistics
{% if perms.django_spire_metric_domain.add_statistic %}
{% url 'django_spire:metric:domain:statistic:form:create' group_pk=group.pk as new_statistic_url %} Add
{% endif %}
{% if statistics %}
{% for statistic in statistics %} {% endfor %}
Name Interval Value Type Key
{% if show_group_prefix %}{{ statistic.group }} / {% endif %}{{ statistic.name }} {{ statistic.get_interval_display }} {{ statistic.get_value_type_display }} {{ statistic.key }} {% include 'django_spire/element/copy_to_clipboard_element.html' with value=statistic.key %}
{% else %}
{% include 'django_spire/item/no_data_item.html' %}
{% endif %}