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

{% trans "Publicly viewable" %}

To Be Done

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

To Be Implemented

{% trans "Skills" %}

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