{% load static %}
{% block title %}Tutor-Ai{% endblock %}
{% load static %}
{% if user.is_authenticated %}
Tutor-AI
{% if user.is_teacher %}
Teacher
Management
{% else %}
Student
Management
{% endif %}
{% if user.is_active %}
Activated
{% else %}
{% endif %}
{% if user.profile_picture %}
{% else %}
{% endif %}
{{user.username}}
{% endif %} {% block header_actions %}{% endblock %}
{% block content %}{% endblock %}