{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% translate "Invitation" %} :: {{ invitation.team.name }} :: {% endblock extra_title %} {% block content %}
{% blocktranslate trimmed with name=invitation.team.name link=request.path %} You have been invited to join the organiser team {{ name }}. {% endblocktranslate %}
{% blocktranslate trimmed with domain=request.get_host %} If you already have an account – either as a speaker or an organiser – at {{ domain }}, please log in now. Otherwise, create a new account to join the team! {% endblocktranslate %}