{% extends "mvp/entrance.html" %} {% load i18n %} {% comment %} Overrides {% block entrance %} rather than {% block content %} so the signed-out confirmation can ask for the same narrower card as the sign-in page. {% endcomment %} {% block entrance %} {% block content %} {% include "mvp/account/_development_notice.html" %}

{% trans "You have signed out" %}

{% endblock content %}
{% endblock entrance %}