{% extends "generic/object.html" %} {% block extra_controls %}  Export Metrics {% endblock extra_controls %} {% block content %}
Metric Collection
Name {{ object.name }}
Description {{ object.description | placeholder }}
Enabled {% checkmark object.enabled %}
Exported globally {% checkmark object.include_in_default %}
{% include "inc/panels/tags.html" %} {% include "inc/panels/custom_fields.html" %}
{% include "inc/panel_table.html" with table=metrics_table heading="Metrics" %}
{% endblock content %}