{% extends "accounts/base.html" %} {% load djblets_js i18n %} {% block title %} {% blocktrans %}{{client_name}} Login{% endblocktrans %} {% endblock title %} {% block auth_content %}
{% if not client_allowed or not client_name %} {% blocktrans %} For security reasons, clients logging in to the Review Board API must pass a client-url that points to the local host and a client-name. This may be a bug in your software, please contact your administrator if this issue persists. {% endblocktrans %} {% elif error %} {{error}} {% else %} {% blocktrans %}Logging in for {{client_name}}...{% endblocktrans %} {% endif %}