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

PlanificacionSeccion

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