{% extends "base.html" %} {% load i18n %} {% load misc %} {% block head %} {% if redirect_delay >= 0 and next_url %} {% endif %} {% endblock %} {% block title %}accueil{% endblock %} {% block disclaimer %}{% endblock %} {% block content %}
{% if redirect_delay > 0 %} Redirection vers {{ next_url_host }} dans {{ redirect_delay }} secondes. {% else %} Vous aviez demandé à aller sur {{ next_url_host }}. {% endif %}
{% endif %}