{% 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 notification.related_user %} {% blocktrans trimmed with group_name=notification.related_group.name group_path=notification.related_group.local_path %} has been removed from your group "{{ group_name }}" {% endblocktrans %} {% else %} {% blocktrans trimmed with group_name=notification.related_group.name group_path=notification.related_group.local_path %} You have been removed from the "{{ group_name }}" group {% endblocktrans %} {% endif %} {% endblock %}