{% macro digitalmarketplaceComplianceCommunicationAttachments(params) %} {%- 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/compliance-communication-attachment-row/macro.html" import digitalmarketplaceComplianceCommunicationAttachmentRow -%} {% call govukFieldset({ "legend": { "text": "Add an attachment", "classes": "govuk-fieldset__legend--m" }, "attributes": { "data-module": "dm-compliance-communication-attachments" } }) %}
You can add up to 3 attachments
{{ govukButton({ "html": 'Add attachment ( remaining)', "classes": "govuk-button--secondary dm-compliance-communication__attachments-add govuk-visually-hidden", "type": "button", "attributes": { "tabindex": "-1" } }) }} {% endcall %} {% endmacro %}