{% extends "members/base.html" %} {% load i18n %} {% load static %} {% block title %} {% trans "Confirm trial group meeting invitation" %} {% endblock %} {% block content %}

{% trans "Confirm trial group meeting invitation" %}

{% blocktrans %}You were invited to a trial group meeting of the group {{ groupname }}.{% endblocktrans %} {{ timeinfo }}

{% blocktrans %}Do you want to take part in the trial group meeting? If yes, please confirm your attendance by clicking on the following button.{% endblocktrans %}

{% csrf_token %}
{% endblock %}