{% extends 'template-secre.html.twig' %} {% block title %}CalendarioMed index{% endblock %} {% block body %}
| Id | Title | Start | End | Description | AllDay | BackgroundColor | BorderColor | TextColor | actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ calendario_med.id }} | {{ calendario_med.title }} | {{ calendario_med.start ? calendario_med.start|date('Y-m-d H:i:s') : '' }} | {{ calendario_med.end ? calendario_med.end|date('Y-m-d H:i:s') : '' }} | {{ calendario_med.description }} | {{ calendario_med.allDay ? 'Yes' : 'No' }} | {{ calendario_med.backgroundColor }} | {{ calendario_med.borderColor }} | {{ calendario_med.textColor }} | show edit |
| no records found | |||||||||