{% extends "base_top.html" %} {% load staticfiles %} {% block headMedia %} {% endblock %} {% block messages %} 4 {% endblock %} {% block notifications %} 10 {% endblock %} {% block tasks %} 9 {% endblock %} {% block sidebar %} {% include 'aside.html' %} {% endblock %} {% block user %} {% include "user_button.html" %} {% endblock %} {% block content %}

{{ report_name }}

Zone: {{ zone }}

Platform: {{ platform }}

Product level: {{ productLevel }}

Start date: {{ startDate }}

End date: {{ endDate }}

Clouds: {{ clouds }} %

{{ title }} SCL Image Classification Data(Km²)

{{ defaultDataSet }}

vs

{{ defaultDataSet }}

    {% for label in labels %} {% if label == labels.0 %}
  • {{ label }}
  • {% else %}
  • {{ label }}
  • {% endif %} {% endfor %}
    {% for label in labels %} {% if label == labels.1 %}
  • {{ label }}
  • {% else %}
  • {{ label }}
  • {% endif %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}