{% extends "base.html" %} {% block dojo_widgets %} {% endblock %} {% block styles %} {% endblock %} {% block extrahead %} {% include "remember_scroll_position_script.html" %} {% endblock %} {% block enable_scroll_position %} onunload="rememberScrollPosition();" onload="applyScrollPosition();" {% endblock %} {% block title %}Users: {{user}}{% endblock %} {% block navbar %} Home | Laboratories | {% for parent in structure.get_parents %} {{parent.diminutive}} | {% endfor %} {{structure.diminutive}} {% endblock %} {% block header %}

{% if structure.parent %}Team Profile{% else %}Laboratory Profile{% endif %}

{% endblock %} {% block content %} {% load profiles %}
{% structure_profile structure 0 0 0 %}
{% if structure.scientificstructure_set.count %}{% structure_teams structure %}{% endif %}
{% endblock %}