{% extends "base.html" %} {% load static %} {% block title %} {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if employee.image %}
{% endif %}
User Information
{% if user_info.email %} {% endif %} {% if user_info.mother_organization %} {% endif %} {% if user_info.branch %} {% endif %}
User Name {{user_info.username}}
Email address {{user_info.email}}
Mother Organization {{user_info.mother_organization}}
Branch {{user_info.branch}}
{% if user_info.user_type %} {% endif %} {% if user_info.sister_organization %} {% endif %}
First name {{user_info.first_name}}
User type {{user_info.user_type}}
Sister Organization {{user_info.sister_organization}}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}