{% extends "section.html" %} {% load markup %} {% load profiles %} {% block section_title %} Manager {% endblock %} {% block section_content %}
{% if manager %} {% researcher_etiquette manager structure %} {% else %}

No manager provided. {% endif %}
{% endblock %}