{{ 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.
{% endif %}{% extends "main.html" %} {% block title %}Machine{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}New password: {{ password }}
{% else %}If password has not been set yet or was lost, it can be reset here to a new random value.
{% endif %}