{% extends "jobportal/base.html" %} {% block title %}Dashboard | Job Portal{% endblock %} {% block content %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Welcome, {{ profile.display_name|default:request.user.username }}

You are logged in as {{ profile.get_user_type_display }}.

{% if profile.user_type == "recruiter" %} {% else %}
Applications submitted
{{ applications_count }}
Next action
Search Jobs
{% endif %} View Skill Matches
{% endblock %}