{% extends 'header.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "cuenta_verificada" %}{% endblock %} {% include 'topnav-logueado.html' %} {% block content %} {% include 'topnav-logueado.html' %}
{% include 'footer.html' %} {% endblock %}