{% extends "dashboard/base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load render_table from django_tables2 %} {% block title-page %}{% trans "Profile" %}{% endblock %} {% block content %}
{% trans "Go to my profile" %}