{% extends "base.html" %} {% load i18n static %} {% block content %}
{% with 'img/'|add:LANG|add:'/gdpr_step2.svg' as image_static %} {% trans 'GDPR Process - Data Management Policy' %} {% endwith %}

{% blocktrans %}Data Management Policy{% endblocktrans %}

{% blocktrans %}Once the data audit has been performed and documented, it is time to assess how such data is managed by your organization to make sure that this process fully complies with GDPR.{% endblocktrans %}

{% blocktrans %}The result of this analysis should produce a report for each category of data identified in the data audit phase, highlighting the current management policy, together with all measures put in place to protect personal data and allow data subjects to fully excercise their rights.{% endblocktrans %}

{% endblock %} {% block tutorial %}

{% trans 'Data Management Policy - How To' %}

{% trans 'Add a Data Management Policy to each Data Audit' %}

{% blocktrans %}In the edit page of the data audit, click on the add (+) icon for the field "data management policy". Then, you can insert all details about the data policy. In this case, the data is handled by a web application that stores the data in encrypted form, and allows only specific (authorized) users to access the data. {% endblocktrans %}

{% blocktrans %}Please note that in general, for each data management policy, you should specify:

{% endblocktrans %}

{% with 'img/'|add:LANG|add:'/add_data_policy.png' as image_static %} {% trans 'Add Data Management Policy' %} {% endwith %} {% with 'img/'|add:LANG|add:'/data_policy.png' as image_static %} {% trans 'Data Management Policy' %} {% endwith %}
{% endblock %}