{% extends "base.html" %} {% load static %} {% block pagetitle %}Iterative{% endblock %} {% block nav-header-title %}{% endblock %} {% block nav-left-mt %}mt-2{% endblock %} {% block nav-right%} {% if request.user.is_authenticated %} {% endif %} {% endblock %} {% block help_modal_text %}

This is the fixed documents interface. This is an example interface that can be easily customized to judge a fixed set of documents.

{% endblock %} {% block main %}

Loading...

docno:

Please wait...

{% endblock %} {% block extra_scripts %} {% endblock %}