{% extends "granadilla/device_base.html" %} {% load i18n %} {% block content %} {% if object %}

{% blocktrans %} Generated password for {{ object }}{% endblocktrans %}

{% trans "The device's password will be: " %} {{ object.tmppwd }}
{% csrf_token %}
{% else %}

{% trans "This device does not exist." %}

{% trans "Back to the device list" %} {% endif %} {% endblock %}