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