{% extends "pages/challenge_settings_base.html" %} {% load url %} {% load static %} {% block breadcrumbs %}
{% endblock %} {% block content %}| Active | Created | Uploaded by | Comment | Status | |
|---|---|---|---|---|---|
| {% if method.is_desired_version %}{% else %}{% endif %} | {{ method.created }} | {{ method.creator }} | {{ method.comment }} | {{ method.status }} |