{% extends "base.html" %} {% block title %}Devices - {{ block.super }}{% endblock %} {% block body_class %}secondary dashboard{% endblock %} {% block content %}

Devices

{% if devices %} {% comment %}{% endcomment %} {% for device in devices %} {% comment %}{% endcomment %} {% endfor %}
Name IdentifierPrimaryDate Added Actions
{{ device.name }} {{ device.udid }}{% if device.primary %}yes{% else %}no{% endif %}{{ device.date_created.date }} {% comment %}{% if not device.primary %}Make Primary{% endif %}{% endcomment %} Delete Device
Add a new device {% else %}
×

You have not yet added any devices. To begin development using Clutch, you should

{% endif %}

Global Actions ?

{% block callout %}{% endblock %}
{% endblock %}