{% extends "orga/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block title %}{% translate "Invitation" %} :: {{ invitation.team.name }}{% endblock %} {% 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 %}