{% extends "members/base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "Reject invitation" %} {% endblock %} {% block content %}

{% trans "Reject invitation" %}

{% blocktrans %}You were invited to a trial group meeting of the group {{ groupname }}. On this page you can reject this invitation.{% endblocktrans %}

{% blocktrans %}You may either reject this specific invitation, because the time of the group does not fit your calendear, or unregister from the mailing list altogether.{% endblocktrans %}

{% csrf_token %}

{% endblock %}