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

Move Viewer Image

Submitting this page will reassign {{ form.fields.workstation_image.initial }} to the selected Workstation. {% if form.fields.new_active_image.initial %} {{ form.fields.new_active_image.initial }} will be made active for {{ form.fields.new_active_image.initial.workstation }}. {% else %} {{ form.fields.workstation_image.initial.workstation }} will be left without an active image! {% endif %}

{% csrf_token %} {{ form | crispy }}
{% endblock %}