{% extends 'base.html' %} {% load sekizai_tags %} {% load customtags %} {% load static %} {% block head %} {% include 'head_content.html' with title='LyProX ยท Data Explorer' %} {% endblock head %} {% block "css" %} {% endblock %} {% block "js" %} {% endblock %} {% block content %} {% csrf_token %}
{% include 'dataexplorer/filter/patient.html' with form=form %} {% include 'dataexplorer/filter/tumor.html' with form=form %}
{% include 'dataexplorer/filter/datasets.html' with form=form %} {% include 'dataexplorer/filter/modalities.html' with form=form %}
{% include 'dataexplorer/involvement.html' with form=form side='contra' %} {% include 'dataexplorer/involvement.html' with form=form side='ipsi' %}
{% include 'dataexplorer/controls.html' with form=form %}
{% endblock %}