{% load i18n %}
{% with input_group_class="d-flex align-items-center justify-content-between px-0 my-2" %} {% for value in values %}
{% include "includes/attribute-input.html" with attribute=attribute value=value is_admin=is_admin new_resource=new_resource only %}
{% if is_admin or not attribute.readonly_by_self %} {% endif %}
{% empty %}
{% include "includes/attribute-input.html" with attribute=attribute value="" is_admin=is_admin new_resource=new_resource only %}
{% if is_admin or not attribute.readonly_by_self %} {% endif %}
{% endfor %} {% endwith %}
{% if is_admin or not attribute.readonly_by_self %}
{% endif %}