{{ pattern.name }}

Hook: {{ version.hook_size }} v{{ version.version_number }} {% if version.difficulty is not none %}Difficulty: {{ version.difficulty }}/5{% endif %}
{% if pattern.tags %}
{% for tag in pattern.tags %}{{ tag }}{% endfor %}
{% endif %} {% if pattern.species %}
Target: {% for sp in pattern.species %}{{ sp }}{% endfor %}
{% endif %}
{% if photo_data_uri %}
{{ pattern.name }}
{% endif %}

Materials

{% if version.materials %} {% for m in version.materials %} {% endfor %}
#MaterialCategoryQtyUnitNotes
{{ loop.index }} {{ m.canonical_name }} {{ m.category }} {% if m.quantity is not none %}{{ "{:g}".format(m.quantity) }}{% endif %} {{ m.unit or "" }} {{ m.notes }}
{% else %}

(no materials recorded)

{% endif %}

Tying steps

{% if version.instructions %}
{{ version.instructions|replace('\n','
')|safe }}
{% else %}

(no instructions recorded)

{% endif %}
{% if version.notes %}

Notes

{{ version.notes|replace('\n','
')|safe }}
{% endif %}