% from "templates/macros/icons.html" import icon with context % from "templates/macros/postal-addresses.html" import postal_address_form_v2 with context % macro identity_form(identity, wanted, required=True) % include "templates/sandbox-warning.html" % set required = 'required' if required else ''
{{ _("Are you acting as the representative of an organization?") }}
% endif