{% extends 'django_spire/card/title_card.html' %} {% block card_title %} Statistics {% endblock %} {% block card_button %} {% if perms.django_spire_metric_domain.add_statistic %} {% url 'django_spire:metric:domain:statistic:form:create' as new_statistic_url %} Add {% endif %} {% endblock %} {% block card_title_content %}
| Name | Interval | Action |
|---|---|---|
| {% if show_group_prefix %}{{ statistic.group }} / {% endif %}{{ statistic.name }} | {{ statistic.get_interval_display }} |