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

{% trans "Leave project" %}

{% blocktrans trimmed %} You are about to leave the project {{ object }}. {% endblocktrans %}

{% trans 'If you want to access this project again, somebody will need to invite you!' %}

{% bootstrap_form submit=_('Leave project') %} {% endblock %}