{% extends "layouts/content.html" %} {% load django_tables2 %} {% load utils %} {% block content %} {% if invalid_template %}
Configuration Error: missing or invalid template.

Jobs requesting this device type will not be able to start until a template is available on the master.

{% endif %} {% if dt.owners_only %}

{{ dt.name }} is a hidden device type.

Only owners of one or more devices of type {{ dt }} can see this information.
{% endif %}
Name
{{ dt.name }} {% if user.is_superuser %}{% endif %}
Description
{{ dt.description|default:"..." }}
Health Checks
{{ health_freq }}
Aliases
{{ aliases|default:"..." }}
Available
{{ available_devices_count }} / {{ all_devices_count }}
Retired
{{ retired_devices_count }}
Queue
{{ queued_jobs_count }}
Running
{{ running_devices_count }}
Architecture
{{ dt.architecture|default:"..." }}{% if dt.bits.width %} ({{ dt.bits.width }} bits){% endif %}
Processor Family
{{ dt.processor|default:"..." }}
CPU model
{{ dt.cpu_model|default:"..." }}
Cores
{{ cores|default:"..." }}
{% render_table devices_table_no_dt %} {% render_table health_job_summary_table %} {% render_table device_type_jobs_table %} {% endblock %} {% block scripts %} {% endblock %}