mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
1 line
272 B
Twig
1 line
272 B
Twig
{% macro render(p, withLink=true) %}<span class="entity entity-person person-person">{% if withLink %}<a href="{{ path('chill_person_view', { 'person_id' : p.id } ) }}">{% endif %}{{ p.firstName }} {{ p.lastName }}{% if withLink %}</a>{% endif %}</span>{% endmacro %} |