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

{% blocktrans %} Generated password for {{ device.login }}{% endblocktrans %}

{% trans "The device's password is now: " %} {{ password }} {% else %}
{% endif %} {% trans "Back to the device list" %} {% endblock %}