diff --git a/wger/groups/templates/group/list.html b/wger/groups/templates/group/list.html index cc381d0c4..382278611 100644 --- a/wger/groups/templates/group/list.html +++ b/wger/groups/templates/group/list.html @@ -6,51 +6,49 @@ {% block content %} -
{{ group.description|truncatewords:20 }}
+ +{{ group.description|truncatewords:20 }}
- {# Verb #} - +
+ + {# Time #} + {{ event.timestamp|timesince }} + + {# Verb #} + {% if event.verb == 'added' %} + + {% elif event.verb == 'created' %} + + {% elif event.verb == 'edited' %} + + {% elif event.verb == 'left' %} + + {% elif event.verb == 'joined' %} + + {% elif event.verb == 'promoted' %} + + {% endif %} +
+ + {# Actor #} ++ {{ event.actor|format_username }} +
{# Action object #} {% if event.action_object %} +{% if event.action_object.get_absolute_url %} {{ event.action_object }} {% else %} {{ event.action_object }} {% endif %} - {% endif %} - - {# Time #} - {{ event.timestamp|timesince }}
- - {# Actor #} -{{ object.description }}
{% endif %} - {% if group_dropdown %} -