{% extends "section.html" %} {% block section_title %}{{structure.name|title}}{% endblock %} {% block section_content %}
known as {{structure.diminutive}}
{% if manager %}
managed by {% if manager.user %}{% endif %}{{manager}}{% if manager.user %}{% endif %}
{% else %}
No manager provided.
{% endif %}
provides {{structure.experiments.count}} experiments
{% endblock %}