{% extends 'core/widget.html' %} {% load i18n %} {% load tags %} {% block content %} {% for infoblock in infoblocks %} {% if infoblock.is_active %} {% if not forloop.last %}
{% endif %} {% endif %} {% endfor %} {% endblock %}