{% extends "studies/study_base.html" %} {% load i18n %} {% block container_class %}container-lg{% endblock %} {% block content %}
{% include 'studies/_study_detail_general.html' %}
{% include 'datasets/_study_detail_datasets.html' %}
{% include 'publications/_study_detail_publications.html' %}
{% if study.department.enable_deployments %}
{% include 'deployments/_study_detail_deployments.html' %}
{% endif %} {% if study.department.enable_budgets %}
{% include 'budgets/_study_detail_budgets.html' %}
{% endif %}
{% endblock %}