{% extends "cosinnus/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block page_title %} {% if activate %}{% trans "Re-Activate Project/Group" %}{% else %}{% trans "Deactivate Project/Group" %}{% endif %} {% endblock %} {% block breadcrumb %} {{ block.super }}
{% trans 'Warning!' %}
{% trans "You are about to deactivate this project/group!" %}
{% trans "You are about to re-activate this project/group. It and all of its content will be visible on the website again." %}
{% else %}{% trans "You are about to deactivate this project/group. It and all of its content will be hidden on the website and invisible to everyone, including you." %}
{% trans "This process is reversible. You can reactivate the project/group from the project/group list page at any time." %}
{% endif %}