{% extends "wagtailadmin/generic/base.html" %} {% block main_content %} {% for obj in test_object %}

{{ obj.content }}

{% endfor %} {% endblock %}