{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}Nitrate{% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block contents %}

{% if 'USERPWD' in SETTINGS.ENABLED_AUTH_BACKENDS %} {% endif %} {% if social_auth_backends %} {% endif %}
{% endblock %}