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

Proyecto list

{% for entity in entities %} {% endfor %}
Id {{'PROYECTO' | trans}} Descripcion Fechacreacion Fecharegistro Fechafin Codigoproyecto Email Isactive Actions
{{ entity.id }} {{ entity.proyecto }} {{ entity.descripcion }} {{ entity.fechaCreacion }} {% if entity.fechaRegistro %}{{ entity.fechaRegistro|date('Y-m-d H:i:s') }}{% endif %} {{ entity.fechaFin }} {{ entity.codigoProyecto }} {{ entity.email }} {{ entity.isActive }}
{% endblock %}