{% extends 'base.html' %} {% block extra_header %} {% endblock %} {% block content %}

Engine Status

{% for group in statistic_groups %}

{{group.title}}

{% for name, value in group.statistics %}
{{name}}
{{value}}
{% endfor %}
{% endfor %}
{% endblock %}