{% extends "base.html" %} {% block title %}Employer Dashboard{% endblock %} {% block content %}
| Title | Category | Status | Applicants | Actions |
|---|---|---|---|---|
| {{ job.title }} | {{ job.category.name }} | {{ job.status }} | {{ JobApplication.query.filter_by(job_post_id=job.id).count() }} | View Applicants Edit Configurations |
| Name | Phone | Profile % | Actions | |
|---|---|---|---|---|
| {{ candidate.user.full_name }} | {{ candidate.user.email }} | {{ candidate.phone }} | View Profile |
Email: {{ company.email }}
Phone: {{ company.phone or 'Not provided' }}
Address: {{ company.address or 'Not provided' }}