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

{{ object|yesno:"Update,Create" }} an Evaluation Method

{% if object %} {% if object.can_execute and object.is_desired_version %} Active Method for this Phase{% else %} Inactive {% endif %} {% endif %}
{% if object %}
Method ID
{{ object.pk }}
{% endif %}
Challenge
{{ challenge.short_name }}
Phase
{{ phase.title }}
{% crispy form %} {% endblock %}