{% load bootstrap4 crispy_forms_tags static %}

Get Reduced Data from Data Service

{% csrf_token %} {% if update_from_dataservice_form.fields.data_service.choices %} {% crispy update_from_dataservice_form %} {% else %} You don't have any Data Services installed capable of retrieving data for this target. {% endif %}