{% extends 'heliosinstitution/templates/base-bootstrap.html' %} {% load i18n %} {% load staticfiles %} {% block content %}
{% include "left_side_menu.html" %}
{% block subcontent %}
{% include "institution_details.html" %}
{% endblock subcontent %}
{% endblock content %}