diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig index 83d8cbcdb..8efdd0148 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/list.html.twig @@ -15,16 +15,13 @@
{{ activity.date|format_date('short') }}
{% endif %} -{{ 'No social issues associated'|trans }}
- {% else %} - {% for si in entity.socialIssues %}{{ si|chill_entity_render_box }}{% endfor %} - {% endif %} -{{ 'No social issues associated'|trans }}
+ {% else %} + {% for si in entity.socialIssues %}{{ si|chill_entity_render_box }}{% endfor %} + {% endif %} +{{ 'No social actions associated'|trans }}
- {% else %} - {% for sa in entity.socialActions %}{{ sa|chill_entity_render_box }}{% endfor %} - {% endif %} -- {{ entity.location.name }} - ({{ entity.location.locationType.title|localize_translatable_string }}) -
- {{ entity.location.address|chill_entity_render_box }} - {% else %} - {{ 'No address given'|trans }} - {% endif %} -+ {{ entity.location.locationType.title|localize_translatable_string }} + {{ entity.location.name }} +
+