{% extends "base.html" %} {% block content %}
Recipie type: {{recipe_type}}
Number of Books Using this Style: {{number}}
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 }} |