{% extends "base.html" %} {% load i18n static %} {% block content %}

{% trans 'Dashboard' %}

{% trans 'The GDPR Registry Web App provides a complete dashboard based on the django Jet framework (https://github.com/geex-arts/django-jet), with the following information:' %} {% trans 'You can customize your dashboard, moving or removing each element. For technical details, please check out the django jet documentation (https://jet.readthedocs.io/en/latest/)' %}.
{% with 'img/'|add:LANG|add:'/first_time.png' as image_static %} First Step - Dashboard {% endwith %}
{% endblock %}