{% extends '../student_base.html' %} {% load static %} {% block content %}

Job Description:

{{ job.position | safe }}

{{ job.description | safe }}

{% csrf_token %}
Applicants: {{ job.no_of_applicants | safe }}

Deadline of application:

{{ job.last_apply_date | safe }}

Skills:

{{ job.requirements | safe }}

About Company

{{ job.company.desc | safe }}

About Offer

{{ job.description | safe }}



{% endblock content %}