{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block page %}

{% trans 'Cancel invite' %}

{% blocktrans trimmed with project_title=invite.project.title %} You are about to cancel the invite to {{ project_title }}. {% endblocktrans %}

{% bootstrap_form submit=_('Cancel invite') %} {% endblock %}