{% extends "base.html" %} {% load static dashboard_extras %} {% block extra_head %} {% endblock %} {% block content %}
{% include "dashboard/_sidebar.html" %}

{{ dash_title|default:"Espace patient" }}

{% include "partials/gf_nav_notifications_dropdown.html" %}
{{ request.user.get_full_name|default:request.user.username }}
Patient
{% if request.user.photo %} Profil {% else %}
{{ request.user.username|first|upper }}
{% endif %}
{% block dashboard_inner %}{% endblock %}
{% csrf_token %}
{% block dashboard_extra_js %}{% endblock %} {% endblock %}