templates/includes/listesCommun/biographies.inc.html.twig line 1

Open in your IDE?
  1. <p class="tc-textwrap-auteur">
  2.     {% for biographie in tBiographies %}
  3.             <a href="/biographies/{{ biographie.url_clean }}">{{ biographie.firstname }} {{ biographie.lastname }}</a>
  4.             {% if biographie.nopunct is not defined or (biographie.nopunct is defined and not biographie.nopunct) %},{% endif %}
  5.     {% endfor %}
  6. </p>