{% import "utils.html" as utils %} {% extends "layout.html" %} {% set components = [(ts.name, v4_url_for(".v4_recent_activity"))] %} {% block title %}Machines{%endblock%} {% block body %} {{ utils.regex_filter_box('filter', '.searchable tr', "Machines...") }}
{# List all Machines which reported for this database. #}

Machines

{# Show the active submissions. #} {% for m in machines %} {% endfor %}
Name
{{ utils.render_machine(m) }}
{% endblock %}