{% extends "wcs/backoffice.html" %} {% load i18n %} {% block content %} {% block appbar %}
{% trans "Forms are typically used to collect user demands." %}
{% endif %} {% if user.can_go_in_backoffice_cards %} {% trans "Cards" context "studio" %}{% trans "Cards are used to store list of structured data." %}
{% endif %} {% if user.can_go_in_backoffice_workflows %} {% trans "Workflows" context "studio" %}{% trans "Workflows are used to add custom behaviours or actions to forms and cards." %}
{% endif %}