mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
8 lines
261 B
HTML
8 lines
261 B
HTML
{% extends "includes/modal.html" %}
|
|
|
|
{% block modal_label %}<i class="icon-clipboard"></i> Copier les emails{% endblock modal_label %}
|
|
{% block modal_body %}
|
|
<div>
|
|
<textarea>{{ ",".join(delivery.orders.keys()) }}</textarea>
|
|
</div>
|
|
{% endblock modal_body %}
|