{% extends 'base.html' %} {% block body %} {# UNVALIDATED USERS BLOCK #}
{{ "The following text will be displayed to all users on all pages while it's active."|trans }}
{{ 'Set the text included in the main body of an Experiment when the Default Template is selected.'|trans }}
{{ 'A User Group can contain users from different teams. Its main use is to later allow giving permissions to this group.'|trans }}
{{ 'Link to documentation'|trans }}
{{ 'No user group created yet.'|trans }}
{% endif %} {% for teamGroup in teamGroupsArr %}{{ 'Create and modify the categories available to experiments.'|trans }}
{# CREATE NEW BUTTON the div around the button is necessary or the button itself gets resized on small viewports #}{{ 'This menu allows you to define categories for your resources. A resource category is similar to an experiment template but for resources entries.'|trans }}
{# CREATE NEW BUTTON the div around the button is necessary or the button itself gets resized on small viewports #}{{ 'Use the handles to adjust the order in which the categories appear in the application.'|trans }}
{% endif %} {% endif %} {# Entity.entityData will be loaded with content from an item type if templateid is present is url #} {% if Entity.entityData %}{{ 'Create and modify the status available to experiments.'|trans }}
{# CREATE NEW BUTTON the div around the button is necessary or the button itself gets resized on small viewports #}{{ 'Create and modify the status available to resources.'|trans }}
{# CREATE NEW BUTTON the div around the button is necessary or the button itself gets resized on small viewports #}{{ 'From here you can add, edit or delete the tags for your team. Click the tag to edit it.'|trans }}
{{ 'From here you can perform actions on entire group of entries at once.'|trans }}
{{ 'With selected:'|trans }}
{{ 'This setting sets a baseline upon which you can add more permissions by selecting teams, user groups or users below.'|trans }}
{# TEAMS #}{{ '(hold %sctrl%s key to select multiple entries, %sctrl%s + click to deselect a selected entry)'|trans|format('', '', '', '')|raw }}
{{ 'Selecting a team here will give access to all members of this team.'|trans }}
{# USERGROUPS #}{{ '(hold %sctrl%s key to select multiple entries, %sctrl%s + click to deselect a selected entry)'|trans|format('', '', '', '')|raw }}
{{ 'Selecting a teamgroup here will give access to all users part of this teamgroup.'|trans }}
{# USERS #}{{ 'Allow individual users to access this entry.'|trans }}