diff --git a/Resources/views/Activity/list.html.twig b/Resources/views/Activity/list.html.twig index dc89b94c6..807650bce 100644 --- a/Resources/views/Activity/list.html.twig +++ b/Resources/views/Activity/list.html.twig @@ -21,47 +21,40 @@ {% block title %}{{ 'Activity list' |trans }}{% endblock title %} {% block personcontent %} -

Activity list

- - - - - - - + + + + + + + {% for activity in activities %} - - + - + + + {% endfor %}
IdDateDurationtimeRemarkAttendeeActions{{'Date' | trans }}{{'Duration Time' | trans }}{{'Reason' | trans}}{{'Type' | trans}}{{'Attendee' | trans }}
{{ activity.id }}{% if activity.date %}{{ activity.date|date('Y-m-d') }}{% endif %}{% if activity.date %}{{ activity.date|localizeddate('long', 'none') }}{% endif %} {{ activity.durationTime|date('H:i') }}{{ activity.remark }}{{ activity.reason.name | localize_translatable_string }}{{ activity.type.name | localize_translatable_string }} {{ activity.attendee }} - + {{ 'Show the activity' | trans }} + + {{ 'Edit the report' | trans }}
- +

+ + {{ 'Add a new activity' | trans }} + +

{% endblock %}