{% extends "base.html" %} {% load lang %} {% block title %}{{ "Unlock"|t }}{% endblock %} {% block topbar %}{{ "Unlock"|t }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ "These notes are locked"|t }}

{{ "Enter the access token to open a session on this device."|t }}

{% csrf_token %} {% if error %}

{{ error }}

{% endif %}
{% endblock %}