{% extends "orga/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% 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 %}
{% with host=request.get_host %} {% blocktranslate trimmed with link=''|add:host|add:''|safe %} If you already have an account – either as a speaker or an organiser – at {{ link }}, please log in now. Otherwise, create a new account to join the team! {% endblocktranslate %} {% endwith %}