{% extends "contentpage.html" %} {% block title %}Salt Observer: {{ request.view_args.get('function') }} {% endblock %} {% set active_page = request.view_args.get('function') %} {% block list %}
{% for (minion, jid, time) in functions %}

{{ minion }}

{{ time }}

{% endfor %}
{% endblock %} {% block default_content %}

{{ functions|length }}

Minion{{ functions|length|pluralize }} ha{{ functions|length|pluralize("s", "ve") }} run this function...

{{ average_run|round(1) }}

...time{{ average_run|pluralize }}{{ functions|length|pluralize("", " on average") }}.
{% endblock %} {% block content_buttons %} Go to Job View Execution History {% endblock %} {% block morescripts %} {% endblock %}