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

{{ obj.content }}

{% endfor %} {% endblock %}