{% extends 'notifications/items/layout.html' %} {% load i18n %} {% load utilities %} {% load user_page_tags %} {% block primary_link %}{% spaceless %} {{ notification.related_object.local_path }} {% endspaceless %}{% endblock %} {% block icon %} {% endblock %} {% block description %} {% if related_user_moved_to %} {% id_to_username request.user.moved_to as username %} {% blocktrans trimmed %} {{ related_user }} has moved to {{ username }} {% endblocktrans %}
{% include 'snippets/move_user_buttons.html' with group=notification.related_group %}
{% else %} {% blocktrans trimmed %} {{ related_user }} has undone their move {% endblocktrans %} {% endif %} {% endblock %}