{% extends 'base.html.twig' %} {% block title %}Funeral index{% endblock %} {% block body %}

Funeral index

{% for funeral in funerals %} {% else %} {% endfor %}
Id DateTime actions
{{ funeral.id }} {{ funeral.dateTime ? funeral.dateTime|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}