{% extends "coop_cms/test_app/base.html" %} {% load i18n coop_edition %} {% block content %} {% cms_edit %}
{% for object in objects %}

{{ object.other_field }}

{{ object.field1 }}
{{ object.field2 }}
{% endfor %}
{% end_cms_edit %} {% endblock %}