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

{{ jid }}

{{ time }}

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

{{ jids|length }}

job{{ jids|length|pluralize }} for {{ request.view_args.get('minion') }}
{% endblock %} {% block content_buttons %} Go to Job View Function {% endblock %} {% block morescripts %} {% endblock %}