{% macro digitalmarketplaceComplianceCommunicationAttachmentRow(params) %} {%- from 'govuk_frontend_jinja/components/checkboxes/macro.html' import govukCheckboxes -%} {%- from "govuk_frontend_jinja/components/button/macro.html" import govukButton -%} {%- from "govuk_frontend_jinja/components/fieldset/macro.html" import govukFieldset -%} {%- from "digitalmarketplace_frontend_jinja/components/input-from-form/macro.html" import digitalmarketplaceInputFromForm -%} {%- from "digitalmarketplace_frontend_jinja/components/file-upload-from-form/macro.html" import digitalmarketplaceFileUploadFromForm -%} {%- from "digitalmarketplace_frontend_jinja/components/checkboxes-from-form/macro.html" import digitalmarketplaceCheckboxesFromForm -%} {% call govukFieldset({ "legend": { "html": 'Attachment
'.format(params.index + 1), "classes": "govuk-fieldset__legend--m" }, "classes": "dm-compliance-communication__attachments-item" }) %} {{ params.attachment.hidden_tag() }}