{% extends "app/plugins/templates/base.html" %} {% load i18n %} {% block content %}

{% trans 'Align file from task image' %}

This plugin allows you to get the align file. It is necessary to have a service that provides the required DEM to obtain the rectifying TIFF.

Please, configure the service URL, token and buffer size to start using the plugin.
{% csrf_token %}
{{ form.service_url.errors }}
{{ form.coverage_id.errors }}
{{ form.token.errors }}
{{ form.task_id.errors }}
{{ form.buffer_size.errors }}
{{ form.bot_task_resizing_images.errors }}

{{ form.non_field_errors }}

{% endblock %}