{% extends "layouts/base-auth-minimal.html" %} {% load i18n %} {% block title %} 404 Minimal {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}
{% if type == "success" %}

{%else%}

{%endif%}

{{ title }}

{{sub}}

{% if type == "success" and not has_password %} {% trans "Create Password" %} {%endif%} {% trans "Back Home" %}
{% endblock content %}