{% extends 'notifications/items/layout.html' %} {% load i18n %} {% load utilities %} {% block primary_link %}{% spaceless %} {{ notification.related_group.local_path }} {% endspaceless %}{% endblock %} {% block icon %} {% endblock %} {% block description %} {% if other_user_count == 0 %} {% blocktrans trimmed with group_name=notification.related_group.name group_path=notification.related_group.local_path %} {{ related_user }} accepted your invitation to join group "{{ group_name }}" {% endblocktrans %} {% elif other_user_count == 1 %} {% blocktrans trimmed with group_name=notification.related_group.name group_path=notification.related_group.local_path %} {{ related_user }} and {{ second_user }} accepted your invitation to join group "{{ group_name }}" {% endblocktrans %} {% else %} {% blocktrans trimmed with group_name=notification.related_group.name group_path=notification.related_group.local_path %} {{ related_user }} and {{ other_user_display_count }} others accepted your invitation to join group "{{ group_name }}" {% endblocktrans %} {% endif %} {% endblock %}