{% trans "Flows describe a chain of Stages to authenticate, enroll or recover a user. Stages are chosen based on policies applied to them." %}
-{% trans 'Identifier' %} | -{% trans 'Designation' %} | -{% trans 'Stages' %} | -{% trans 'Policies' %} | -- |
---|---|---|---|---|
-
- {{ flow.slug }} |
- - - {{ flow.designation }} - - | -- - {{ flow.stages.all|length }} - - | -- - {{ flow.policies.all|length }} - - | -
- |
-
${item.slug}
+ `,
+ html`${item.name}`,
+ html`${item.designation}`,
+ html`${item.stages.length}`,
+ html`${item.policies.length}`,
+ html`
+