{% extends "granadilla/base.html" %} {% load granadilla_tags %} {% load i18n %} {% block subtitle %}{% trans "Devices" %}{% endblock %} {% block breadcrumbs %} {% granadilla_title %} › {% trans "Devices" %} {% endblock %} {% block content %}
{% trans "Back to the device list" %} | {% trans "Generate password" %} | {% trans "Delete device" %} |
{% trans "Field" %} | {% trans "Value" %} |
---|---|
{% trans "Owner" %} | {{ object.device_username }} |
{% trans "Name" %} | {{ object.device_name }} |
{% trans "This device does not exist." %}
{% trans "Back to the device list" %} {% endif %} {% endblock %}