{% trans "Account registrations are not available at this time." %}
{% url auth_login as login_url %}{% blocktrans %}If you are already a registered user, you may login.{% endblocktrans %}
{% extends "traxauth/base.html" %} {% load i18n %} {% block title %}{% trans "Registrations closed" %}{% endblock %} {% block breadcrumbs-box %} {{ block.super }} › {% trans "Notice" %} {% endblock %} {% block coltype %}login{% endblock %} {% block content_title %}
{% trans "Account registrations are not available at this time." %}
{% url auth_login as login_url %}{% blocktrans %}If you are already a registered user, you may login.{% endblocktrans %}