{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {% block content %}
{% if logo_url %} {{ website_name }} {% else %} {% endif %}

{{ _("Sign in or sign up at %(website)s", website=website_name) }}
{% trans %}Manage your information and your authorizations{% endtrans %}

{% call fui.render_form(form) %}
{% endcall %}
{% endblock %}