{% extends 'base.html.twig' %} {% block body %}

PlanificacionSeccion list

{% for planificacionSeccion in planificacionSeccions %} {% endfor %}
Fecha_creacion Fecha_ultima_actualizacion Observacion Id Actions
{{ planificacionSeccion.fechacreacion }} {% if planificacionSeccion.fechaultimaactualizacion %}{{ planificacionSeccion.fechaultimaactualizacion|date('Y-m-d H:i:s') }}{% endif %} {{ planificacionSeccion.observacion }} {{ planificacionSeccion.id }}
{% endblock %}