{% extends 'base.html' %} {% block body_content %}
{% for tag in job.tags.all %} {{tag.name}} {% endfor %}

{{ job.description }}

{% for question in job.questions.all %} {% if forloop.counter0 == 0 %}
Screening Questions:
{% endif %} - {{question.name}}
{% endfor %}
Apply
{% endblock %}