{% trans "Stages are single steps of a Flow that a user is guided through." %}
-{% trans 'Name' %} | -{% trans 'Flows' %} | -- |
---|---|---|
-
-
- {{ stage.name }}
- {{ stage|verbose_name }}
- |
-
-
|
-
- |
-
${item.slug}
`,
html`${item.name}`,
diff --git a/web/src/pages/outposts/OutpostListPage.ts b/web/src/pages/outposts/OutpostListPage.ts
index 71b636028..81e15e027 100644
--- a/web/src/pages/outposts/OutpostListPage.ts
+++ b/web/src/pages/outposts/OutpostListPage.ts
@@ -48,7 +48,7 @@ export class OutpostListPage extends TablePage