{{ _("Welcome to the rc3") }}
{%- if request.user.is_authenticated %}
{{ _("logout") }}
{% else %}
{{ _("login") }}
{% endif %}