{% if name %}
{% block login_redirect %}
{% if show_login_redirect_link %}
{{ code }} {{ name }}
{% endif %} {{ content}}
{{ _("You might need to login to access this page.") }} {{ _("Click here to login") }}
{% endif %}
{% endblock %}