{% load static %}
{{ user.username }}'s Profile
Specialization: {{ user.specialization }}
Rating: {{ user.rating }}
Edit Profile
Home
{% if request.user.is_authenticated and request.user.role == 'coach' %}
Coach Profile Form
{% endif %}