{% extends 'base.html' %} {% block titulo %} Estadísticas {% endblock titulo %} {% block body %} {% include 'estadisticas/eImports.html' %}

Estadísticas

{% for tarjetaDict in tarjetasEstadisticas %} {% if tarjetaDict.tipo == 'grande' %} {% else %} {% endif %} {% endfor %}
{% endblock body %}