{% extends "base.html" %} {% load i18n %} {% block title %} {% blocktrans %}People at {{site_name}}{% endblocktrans %}{% trans ": " %}{{title}} {% endblock %} {% block icon %}people{% endblock %} {% block content %}
{% trans "Here is a list of positions available for this project." %}
{% include "svpeople/job_list.inc" %} {% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}