{% extends 'base_frontend.html.twig' %} {% block title %} Détail Annonce {% endblock %} {% block content %}
{% set comments = annonce.getCommentAnnonces() %} {% include 'frontend/comment/comments.html.twig' %} {{ render(controller( 'App\\Controller\\Frontend\\CommentController::annonce_add', { 'id': annonce.getId() } )) }} {% endblock %}