{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %} Activate Algorithm Image - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Activate Algorithm Image

Activating an image will result in this image being used for all subsequent algorithm runs.
{% crispy form %} {% endblock %}