{% extends 'base.html.twig' %} {% block title %} Information index {% endblock %} {% block body %} {% if app.request.get('error') %} {% if app.request.get('error') == 'subscription-no-organization-information' %} {% endif %} {% endif %}
Information
Créer et partager une information à toutes vos équipes
{% for information in information %} {% else %} {% endfor %}
ID Title Description Started_at Ended_at Actions
{{ information.id }} {{ information.title }} {{ information.description }} {{ information.startedAt ? information.startedAt|date('Y-m-d H:i:s') : '' }} {{ information.endedAt ? information.endedAt|date('Y-m-d H:i:s') : '' }} show edit
no records found
{% endblock %}