{% extends 'base.html' %} {% block title %}Edit profile{% endblock %} {% block content %}
{% if user.role == 'student' %} {% endif %}
{% endblock%}