{{ object.title }}
- Category
- {{ object.category }} {% if object.address %}
- Address
- {{ object.address }} {% endif %} {% if object.phone %}
- Phone
- {{ object.phone }} {% endif %} {% if object.email %}
- {{ object.email }} {% endif %} {% if object.website %}
- Website
- {{ object.website }} {% endif %} {% if object.deadline %}
- Deadline
- {{ object.deadline }} {% endif %} {% if object.interview_date %}
- Interview
- {{ object.interview_date }} {% endif %} {% include "includes/social_share.html" with social_title=object.title %} {% if object.attachment_set.all %}
{% for attachment in object.attachment_set.all %} Download {{ attachment.title }} {% endfor %}
{% endif %}