{% extends 'tom_common/base.html' %} {% load bootstrap4 static tom_education_extras %} {% block additional_css %} {% endblock %} {% block title %}Data Product Gallery{% endblock %} {% block content %}

Add data products to group

{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}
{% endif %} {% if show_form %}
{% csrf_token %} {% buttons %} {% dataproduct_selection_buttons false %} {% endbuttons %} {% bootstrap_field form.group %}
{% for product in products %}
{% endfor %}

{% endif %} {% endblock %}