{% extends "layout.html" %} {% block content %}

Enter a PIN

{% if different_pins %}
PINs did not match.
{% else %} A PIN is required for authentication.
You may change it later. {% endif %}

{% endblock %}