Materials
{% if version.materials %}| # | Material | Category | Qty | Unit | Notes |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ m.canonical_name }} | {{ m.category }} | {% if m.quantity is not none %}{{ "{:g}".format(m.quantity) }}{% endif %} | {{ m.unit or "" }} | {{ m.notes }} |
(no materials recorded)
{% endif %}Tying steps
{% if version.instructions %}{{ version.instructions|replace('\n','
')|safe }}
{% else %}
')|safe }}
(no instructions recorded)
{% endif %}Notes
{{ version.notes|replace('\n','
')|safe }}
')|safe }}