{% extends "cosinnus/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block page_title %} {% trans "Delete user profile" %} {% endblock %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Your Profile" %}
  • {% trans "Delete Profile" %}
  • {% endblock %} {% block leftnav %} {% include 'cosinnus/user/leftnav.html' with view="delete_profile" %} {% endblock leftnav %} {% block content %}

    {% trans 'Warning!' %}

    {% trans "You are about to delete your user account from the site!" %}

    {% trans "Delete user profile" %}

    {% trans "By clicking the button below, you will irrevocably delete your user account, profile and personal information from this site." %}

    {% trans "Your created documents, news posts, uploaded files, and other content will be retained on the site. However this content will no longer bear your name or be connected to you." %}

    {% trans "If you wish to delete any of your content, please go back and do so now. Once you delete your profile, you will no longer have any access to anything you have created with this account." %}

    {% captureas label %}{% trans "I have understood that any content created by me will be retained on the website. I wish to irrevocably delete my user account:" %} „{{ user|full_name }}“{% endcaptureas %} {% captureas title %}{% trans "Delete user account" %}{% endcaptureas %} {% include "cosinnus/modal_box.html" with id="delete_confirm_modal" label=label title=title form_action="." %}
    {% endblock %}