{% extends "django_cradmin/layouts/standalone/focused.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %} {{ pagetitle }} {% endblock title %} {% block page-cover-title %} {{ pagetitle }} {% endblock page-cover-title %} {% block content %}
{% include description_template_name %}
{% if request.user.is_authenticated %}
{% csrf_token %}
{{ register_account_button_label }} | {{ login_as_different_user_button_label }} {% else %} {{ login_button_label }} {{ register_account_button_label }} {% endif %}
{% endblock content %}