{% extends "base.html" %} {% block title %}My Profile{% endblock %} {% block content %}

My Profile

Update your registration number, contact details, and logo for reports.

{% if current_user.logo_filename %}

Current Logo:

Consultant Logo
{% endif %}
{% endblock %}