{% extends "accounts/orders.html" %} {% load i18n %} {% block second_row %}
{% block filter_block %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% endblock filter_block %}

{% trans "Runrate" %}

{% trans "Shows you how many you've been assigned to during the selected period, averaged over the time scale." %}

{% endblock second_row %} {% block media %} {% endblock media %}