{% extends 'base.html' %} {% block title %} Case {{ case_name }}{{ block.super }} {% endblock %} {% block content %} {{ block.super }}
{{ info }}
{{ error }}
Instructions | Download parameters
{% if layer %} | Download layers {% endif %} {% include 'case.html' %}