diff --git a/src/Bundle/ChillEventBundle/Resources/views/Event/listByPerson.html.twig b/src/Bundle/ChillEventBundle/Resources/views/Event/listByPerson.html.twig index ec9ebf76a..9096279b9 100644 --- a/src/Bundle/ChillEventBundle/Resources/views/Event/listByPerson.html.twig +++ b/src/Bundle/ChillEventBundle/Resources/views/Event/listByPerson.html.twig @@ -24,85 +24,89 @@ {% block content %}
{{ 'Date'|trans }} | -{{ 'Name'|trans }} | -{{ 'Event type'|trans }} | -{{ 'Role'|trans }} | -{{ 'Status'|trans }} | -- | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ participation.event.date|format_date('short') }} | -{{ participation.event.name }} | -{{ participation.event.type.name|localize_translatable_string }} | -{{ participation.role.name|localize_translatable_string }} | -{{ participation.status.name|localize_translatable_string }} | -
-
+ {% if participations|length == 0 %}
+ {{ 'Any participation for this person'|trans }} + {% else %} +
|