{% blocktrans with organiser=invitation.team.organiser.name name=invitation.team.name trimmed %}
Invitation to the {{ organiser }} team "{{ name }}"
{% endblocktrans %}
{% if request.user.is_anonymous %}
{% include "common/auth.html" %}
{% else %}
{% endif %}
{% endblock %}