{% extends "wcs/backoffice/base.html" %} {% load i18n %} {% block appbar %}

{% trans "Studio" %}

{% endblock %} {% block content %}
{% if user.can_go_in_backoffice_forms %} {% trans "Forms" context "studio" %}

{% 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 %}
{% endblock %}