{% extends "pages/challenge_settings_base.html" %} {% load url %} {% load static %} {% block breadcrumbs %} {% endblock %} {% block content %}

Evaluation Methods for {{ phase.title }}

{% include "evaluation/partials/phase_closed_warning.html" with phase=phase %}

Add a new method

{% for method in object_list %} {% endfor %}
Active Created Uploaded by Comment Status
{% if method.is_desired_version %}{% else %}{% endif %} {{ method.created }} {{ method.creator }} {{ method.comment }} {{ method.status }}
{% endblock %} {% block script %} {{ block.super }} {% endblock %}