{% extends "main.html" %} {% block title %}Machine{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ machine }} password

{% if password %}

New password: {{ password }}

{% else %}

If password has not been set yet or was lost, it can be reset here to a new random value.

{% csrf_token %}
{% endif %}
{% endblock %}