{% extends "base.html" %} {% block content %}

Print Style: {{print_style}}

Recipie type: {{recipe_type}}

Number of Books Using this Style: {{number}}

{% for collection in collections %} {% endfor %}
Title Authors Status Tag Recipe ident_hash Revised
{{ collection.title }} {{ collection.authors }} {{ collection.status }} {{ collection.tag }} {% if collection.recipe %} {{ collection.recipe }} {%else %} None {% endif %} {{ collection.ident_hash }} {{ collection.revised }}
{% endblock %}