{% extends "django_prometric/components/card.html" %} {% load i18n prometric_extras %} {% block body %} {% if backend.ops %}

{% translate "Total time spent inside the application, by kind of work." %}

{% for item in backend.ops %}
{{ item.label }} {{ item.value|ms }}
{% endfor %}
{% else %}

{% translate "No spans were recorded in this period." %}

{% endif %} {% endblock %}