default_template = "

{% if event_start.format_value %} {% if event_end.format_value %} du {{event_start.format_value}} au {{event_end.format_value}} {% else %} le {{event_start.format_value}} {% endif %} {% endif%} : {{title}}

{{content}}

"; } public function get_format_data_structure(){ $datasource = new cms_module_agenda_datasource_agenda(); return $datasource->get_format_data_structure(); } }