{% extends "section.html" %} {% load profiles %} {% block section_toolbar %} {% if can_modify %}
{% endif %} {% endblock %} {% block section_title %}Career{% endblock %} {% block section_content %} {% for position in positions %} {% position_template position %} {% empty %}

No position available.

{% endfor %} {% endblock %}