{% extends 'base_backend_admin.html.twig' %} {% block title %} Position et Affichage {% endblock %} {% block content %}

Position et Affichage

{% include 'backend_admin/basic/notice.html.twig' %} Ajouter une nouvelle Position et Affichage
Liste Positions et Affichages des annonces sur la page d'acceuil
{% for position in positions %} {% endfor %}
# Titre Ligne Date début Date fin Détail
{{ position.getId() }} {{ position.getAnnonce().getTitre() }} {{ position.getLigneRange() }} {{ position.getDateAdd()|date("d/m/Y")}} {{ position.getDateFin()|date("d/m/Y") }}
{% endblock %}