{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "My account configuration" %}{% trans ": " %}{{title}} {% endblock %} {% block content %}
{% csrf_token %}

{% trans "Resume - Description of experience" %}

{{form}}

{% trans "Skills" %}

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