{% extends "base.html" %} {% load i18n %} {% load svmarkup %} {% block title %} {% blocktrans %}People at {{site_name}}{% endblocktrans %}{% trans ": " %}{{title}} {% endblock %} {% block icon %}people{% endblock %} {% block content %} {% if not add %} {% if formset.non_form_errors %}
{{formset.non_form_errors}}
{% endif %} {% endif %}

{% if add %} {% trans "Start by filling in the fields below. When you click continue, you will be shown a list of skills and experience levels that this job requires." %} {% else %} {% trans "Now you can edit/change the list of skills attached to this posting." %} {% trans "Developers will be able to match their skills with your requirements." %}

{% trans "All postings are automatically closed after two weeks." %} {% endif %}

{% csrf_token %} {{form.as_table}}
{% if not add %} {% include "svpeople/skill_inventory_edit.inc" %} {% endif %}
{% endblock %} {% comment %} Local Variables: ** mode: django-html ** tab-width: 4 ** indent-tabs-mode: nil ** End: ** {% endcomment %}