{% 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, success, 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.

{{ successful_runs }}

...{{ function|length|pluralize("", "of them ") }}successfully.
{% endblock %} {% block content_buttons %} Go to Job View Execution History {% endblock %} {% block morescripts %} {% endblock %}