{% load tagging_tags %}
{% firstof object.title "Untitled" %}
{{ object.description }}
{{ object.location }}
{{ object.skills }}
{{ object.experience }}
{{ object.education }}

is:{{ object.status_detail }}

{% tags_for_object object as tags %}
{% for tag in tags %}
{{ tag }} 
{% endfor %}
