{% extends 'base.html' %} {% load static %} {% block title %}Dashboard — CampusTalent{% endblock %} {% block content %}

Welcome back, {{ user.first_name }} 👋

Here's what's happening in your network

List a Skill Post a Project
{% if not profile.photo or not profile.bio %}
Complete your profile to get discovered! Edit Profile →
{% endif %}
{{ profile.views_count }}
Profile Views
{{ my_projects.count }}
My Projects
{{ my_skill_listings.count }}
Skill Listings
{{ my_applications.count }}
Applications
{% endblock %}