{% comment %}
This is an adaptation of the widget from django-better-admin-arrayfield that supports django_jazzmin styling
{% endcomment %}
{% load static i18n %}
{% spaceless %}
{% for subwidget in widget.subwidgets %}
{% with widget=subwidget %}
{% include widget.template_name %}
{% endwith %}