{% extends 'header.html' %} {% load i18n %} {% load static %} {% load bootstrap3 %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %} {% block title %} {% trans "check_email" %} {% endblock %} {% block content %} {% include 'topnav-deslogueado.html' %}
{% include 'footer.html' %} {% endblock %}