{% extends "cow/base.html" %} {% block content %} Create page {% for page in object_list %} {% endfor %}
name plugins created updated
{{ page.name }} {% for plugin in page.plugins.all %} {{ plugin }} {% if not forloop.last %},{% endif %} {% endfor %} {{ page.created }} {{ page.last_updated }}
{% endblock %}