{% extends "common/base.html" %} {% block title %}Profile - DocuPulse{% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if current_user.profile_picture %} {% endif %}

Personal Information

Professional Information

Change Password

{% endblock %}