{% import 'macro/accordion.html' as accordion %} {% import 'macro/card.html' as card %}
Instructions
{{ accordion.header('Instructions danger zone', 'instructions-delete', 'instructions', expanded=true, danger=true) }} {% if item.brickset %}
{% with item=item.brickset %} {% include 'set/mini.html' %} {% endwith %}
{% endif %}
{% if error %}{% endif %}
Back to the instructions
{{ accordion.footer() }}