{% extends "layouts/content-bootstrap.html" %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %}

Device Type Overview

{% render_table device_type_table %}

Active Jobs (Show all)

{% render_table active_jobs_table %}

Workers

{% render_table worker_table %} {{ up }}  indicates the worker is up, {{ down }}  indicates the worker is down. {% endblock %} {% block scripts %} {% endblock %}