{% extends "webpage/base.html" %} {% load staticfiles %} {% load crispy_forms_tags %} {% block content %}

Agreement

{% crispy form %}
{% if tab1 %}

{{ title1 }}

{{ tab1 | safe }}{% endif %} {% if tab2 %}

Precision, Recall and F1

{{ tab2 | safe }}{% endif %}
{% endblock %}