{% extends "aubergine/index.1col.html" %} {% load markup %} {% block title %}Ubuntu Jobs | Ubuntu{% endblock %} {% block header %}Employment{% endblock %} {% block content %}
Job Location: {{ job.location }}
Job Summary: {{ job.summary }}
{% if job.reportsto %}
Reports To: {{ job.reportsto }}
{% endif %}
Job posting provided by {{ job.organization.name }}
{% endifnotequal %} {% endblock %}