{# Template per modal Bootstrap v2. Utilizzo: {% include "agesci_theme/components/modal.html" with modal_id="myModal" title="Titolo" body=my_safe_html size="lg" %} Parametri: modal_id (str, obbligatorio): ID univoco del modal title (str): titolo nella testata body (safe HTML str): contenuto — usare mark_safe() nella view size (str): "" | "sm" | "lg" | "xl" | "fullscreen" centered (bool): True per centratura verticale #}