mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
9 lines
360 B
Twig
9 lines
360 B
Twig
<h2>{{ 'Follow workflow'|trans }}</h2>
|
|
|
|
{# vue component #}
|
|
<div data-entity-workflow-subscribe="1"
|
|
data-entity-workflow-id="{{ entity_workflow.id }}"
|
|
data-subscribe-step="{{ entity_workflow.isUserSubscribedToStep(app.user)|e('html_attr') }}"
|
|
data-subscribe-final="{{ entity_workflow.isUserSubscribedToFinal(app.user)|e('html_attr') }}"
|
|
></div>
|