{% extends 'frontend/base.html' %} {% load static %} {% block navbar %} {% include 'frontend/snippet.navlinks.html' %} {% endblock %} {% block content %}

{{ title }}

Clear
{% csrf_token %}
{% for result in results %} {% empty %} {% endfor %}
ID Machine Run Date Ansible Version Actions
{{ result.pk }} {% if result.machine %} {{ result.machine.fqdn }} {% else %} No machine linked {% endif %} {{ result.run_date|date:"Y-m-d H:i:s" }} {{ result.ansible_version|default:"-" }} View
No results found.
{% if is_paginated %} {% endif %}
{% endblock %} {% block javascript %} {% endblock %}