Devices
{% if devices %}
Add a new device
{% else %}
{% endif %}
Name | Identifier | {% comment %}Primary | {% endcomment %}Date Added | Actions |
---|---|---|---|---|
{{ device.name }} | {{ device.udid }} | {% comment %}{% if device.primary %}yes{% else %}no{% endif %} | {% endcomment %}{{ device.date_created.date }} | {% comment %}{% if not device.primary %}Make Primary{% endif %}{% endcomment %} Delete Device |