{% extends "layout.html.twig" %} {% import "macros.twig" as lbl %} {% block title %}Interventi ยท {{ luogo.nome }} ยท {{ app_name }}{% endblock %} {% set can_write = current_user.ruolo in ['admin', 'editor'] %} {% block content %}
Interventi / {{ luogo.nome }}
Nessun intervento registrato in questo luogo.
{% else %}{{ i.descrizione }}
{% if allegati[i.id] is defined %}