{% extends 'core/base.html' %} {% load i18n %} {% block content %}
{% for dashboard in dashboards %} {% if forloop.counter|divisibleby:3 %}
{% endif %} {% endfor %}
{% endblock content %}