{{ job.title }}
{{ job.location }} {% if job.type == '1' %} Full time {% elif job.type == '2' %} Part time {% else %} Internship {% endif %}
{% for tag in job.tags.all %} {{ tag.name }} {% endfor %}{{ job.description | truncatewords_html:30 | safe }}