import { Trans } from '@lingui/react/macro'; import { AlertTriangleIcon } from 'lucide-react'; export const DirectTemplateInvalidPageView = () => { return (

Invalid direct link template

This direct link template cannot be used because one or more signers do not have a signature field assigned. Please contact the sender to update the template.

); };