{% extends "base.html" %} {% load crispy_forms_tags %} {% load grandchallenge_tags %} {% block title %} Run an algorithm - {{ block.super }} {% endblock %} {% block content %}
Select the images that you would like to run the algorithm on.
{% crispy form %} {% endblock %}