{% blocktrans %}A group has been deleted from the {{ SITE_GLOBAL_SITEDISPLAYNAME }}. The details are given below:{% endblocktrans %}

  {% trans "Name:" %} {{ object.name }}
  {% blocktrans with request.user.get_full_name as requser and request.user.username as requsername %}Deleted by: {{ requser }} ({{ requsername }}){% endblocktrans %}

{% blocktrans %}If you would like view all recently deleted groups, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url "event_log.search" %}?q=163000

{% blocktrans %}Time submitted: {% endblocktrans %}{% now "D d M Y P" %}