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

Predication index

{% for predication in predications %} {% else %} {% endfor %}
Id LienYoutube DatePreche DateVisionnage actions
{{ predication.id }} {{ predication.lienYoutube }} {{ predication.DatePreche ? predication.DatePreche|date('Y-m-d H:i:s') : '' }} {{ predication.dateVisionnage ? predication.dateVisionnage|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}