{% extends 'backend/email/en/operational_base.html' %}
{% load tz %}
{% block email_title %}
Invitation to join group {{ group.name }}.
{% endblock %}
{% block email_content %}
You are invited to join group {{ group.name }} on the {{ system_name }} system.
Please click this link
to confirm to join the group.
If you don't want to join the group, simply ignore this email.
{% endblock %}