{% extends widget.get_base_template %} {% load i18n %} {% load thumbnail %} {% load leonardo_tags %} {% block content %}
{% for object in widget.get_projects %}
{% endfor %}
{% endblock %}