{% load static %} {% load crispy_forms_tags %} {% load i18n %}
{% with manifest_group=data.items.0.manifest_group %} {% if manifest_group %} {% crispy manifest_selection_form %}
{% get_current_language as LANGUAGE_CODE %} {% endif %} {% endwith %}