{% extends "base.html" %} {% block header %}

{{job['title']}} ({{job['_id']}})

{% endblock header %} {% block content %} {{job['description']}}

Positions

This job is open for the following positions: {%-if len(job['compensation']) == 1%}

{{job['compensation'][0]}}

{%-else%} {%endif%}

Background


Background or experience in at least one of the following areas is preferred:

Expertise


{{job['expertise']}}

Application Information


Status: This position is currently {{'OPEN' if job['open'] else 'CLOSED'}}.

Start Date: {{job['start_date']}}

Posting Date: {{job['month']}} {{job['day']}}, {{job['year']}}

Contact: {{job['contact']}}

{% endblock content %} {% block footer %} {% endblock footer %}