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

{{ tr("Secure Access") }}

{{ tr("Sign In") }}

{{ tr("Access your customer area to create and track buff orders.") }}

{% if allow_public_registration %}

{{ tr("No account yet?") }} {{ tr("Create one") }}

{% endif %}
{% endblock %}