{% import 'macro/accordion.html' as accordion %} {% import 'macro/card.html' as card %}
Instructions
{{ accordion.header('Management', 'instructions-rename', 'instructions', expanded=true) }} {% if item.brickset %}
{% with item=item.brickset %} {% include 'set/mini.html' %} {% endwith %}
{% endif %}
{% if error %}{% endif %}
(current name: {{ item.filename }})
{{ item.extension }}
{{ accordion.footer() }}