{% extends "admin/layout.html" %} {% block content %}
{% for stat in stats %} {% if stat.text == 'Events' %} {% if stat.img %} {% endif %}
{{ stat.value }}

{{ stat.text }}

{% endfor %}
{% endblock %} {% block notjs %} {% endblock %}