{% extends "base_site.html" %} {% load admin_static %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content_title %}

{{ prototype.composition.html | safe}}

{% endblock %} {% block sidebar %} {% if structure %} {% endblock %} {% block content %}

Summary

Entries with this structure

{% for entry in prototype.entry_set.all %} {% if not entry.duplicate_of_id %} {% endif %} {% endfor %}
Composition Stable?
{{entry.composition.name}} {{entry.stable}}
{% endblock %}