{% extends "etiquette.html" %} {% load profiles %} {% block style %}structure etiquette tdisplay fullwidth{% endblock %} {% block portrait %} {% structure_logo structure %} {% comment %} {% if parent %}
Lab.
{% structure_logo parent %}
{% endif %} {% endcomment %} {% comment %} {% if teams %}
Teams
{% for team in teams %} {% structure_logo team %} {% endfor %}
{% endif %} {% endcomment %} {% endblock %} {% block detail %} {% structure_abstract selection %} {% comment %}{% structure_manager selection %}{% endcomment %} {% if not abstract %} {% structure_description selection %} {% else %}
click here for more details ...
{% endif %} {% if display_researchers %} {% for team in teams %} {% affectation_etiquette team %} {% empty %} No researcher available {% endfor %} {% endif %} {% endblock %}