{% extends 'base.html' %} {% block title %}Profile{% endblock title %} {% block content %}
Username: {{ user.username }}
Role: {{ role }}
{% if role == 'Job Seeker' %}Contact Email: {{ user.email }}
Resume: {{ resume }}
Skills: {{ skills }}
{% elif role == 'Employer' %}Business Name: {{ business_name }}
Business Type: {{ business_type }}
Business Category: {{ business_category }}
Location: {{ location }}
Region: {{ region }}
Business Email: {{ user.email }}
Job Offered: {{ fields_for_jobs }}
Status: {{ status }}
{% else %}No additional information available.
{% endif %} {% if user.user_type == "job_seeker" %} Edit Profile {% elif user.user_type == "employer" %} Edit Profile {% endif %}You are already logged in.
Logout