{% if directories|length > 0 %}
| {% trans %}title_full_name{% endtrans %} | {% if date is not defined %}{% trans %}title_informations{% endtrans %} | {% endif %} {% if noaction is not defined %}{% trans %}title_actions{% endtrans %} | {% endif %}
|---|---|---|
|
# {{i.id}} - {{i.fullName}}{% if i.dead %}, {% trans %}title_dead{% endtrans %}{% endif %}
{% if i.wanted %} {% trans %}title_directory_wanted_light{% endtrans %} {% endif %} |
|
{% if noaction is not defined %}
{% include '_cells/directoryActions.html.twig' with {'directory': i} %} | {% endif %}
{% trans %}no_data{% endtrans %}
{% endif %}