{% extends 'auth/emails/reset_password.txt' %}

{% block subject -%}
    {% trans %}Set your password{% endtrans %}
{%- endblock %}

{% block local_identity_details -%}
    {%- if indico_config.LOCAL_USERNAMES -%}
        {%- trans %}
            Currently there is no username/password set, but you can use the link below (within an hour)
            to set one:
        {% endtrans -%}
    {%- else -%}
        {%- trans %}
            Currently there is no password set, but you can use the link below (within an hour) to set one:
        {% endtrans -%}
    {%- endif -%}
{%- endblock %}
