Implement the controller action to view the EntityworkflowSend

This commit is contained in:
2024-10-07 15:35:36 +02:00
parent a0b5c208eb
commit 5c0f3cb317
9 changed files with 381 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ 'workflow.public_link.expired_link_title'|trans }}</title>
</head>
<body>
<h1>{{ 'workflow.public_link.expired_link_title'|trans }}</h1>
<p>{{ 'workflow.public_link.expired_link_explanation'|trans }}</p>
</body>
</html>