{# Bulk-code modal card: extends the shared modal-card base and fills its blocks with the bulk-code head / body / footer partials. No side panel. #} {% extends "templates/components/modal-card.html" %} {% block head %}{% include "templates/transaction-bulk-code/head.html" %}{% endblock %} {% block body %}{% include "templates/transaction-bulk-code/body.html" %}{% endblock %} {% block footer %}{% include "templates/transaction-bulk-code/footer.html" %}{% endblock %}