{% extends "admin/change_form.html" %} {% load staticfiles %} {% block extrahead %} {{ block.super }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block after_field_sets %}

Content Items ({{ fc_forms|length }})

{% for form in fc_forms %} {{ form.as_content_item }} {% endfor %}

Add more content...

What type of content do you need to add?

{% endblock %}