{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
Profile
{% if user_profile.profile_picture %} image {% else %} image {% endif %}

{{ user_profile.user.first_name }} {{ user_profile.user.last_name }}

{% if not user_profile.is_medical_practitioner and not user_profile.is_workshop_practitioner %}
Analytics
{% include "backend/usercountpanel.html" %}
{% endif %}
{% endblock %}