{% extends "base.html" %}{% block title %}{{ t('build_login_title') }}{% endblock %} {% block content %}

{{ t('build_login_title') }}

{% if error %}
{{ error }}
{% endif %}
{% endblock %}