{% load i18n %}
{% if THEMES|length > 1 %} {% endif %} {% for j in scenarios %} {% if j.status == "Free" or j.name in active_scenarios %} {% if THEMES|length > 1 %} {% endif %} {% endif %} {% endfor %} {% if can_add_scenarios %} {% setting "MAX_NUMBER_OF_SCENARIOS" as max_scenarios %} {% endif %}

{% blocktrans %}You have a number of available scenario databases available.
You can copy data into a scenario database to create a isolated sandbox for what-if analysis.
Use the dropdown in the upper right corner of the screen to select which scenario you're working in. {% endblocktrans %}

{% trans 'scenario'|capfirst %} {% trans 'action'|capfirst %} In use: Contains data
Free: Available to copy data into
Busy: Data copy in progress" %}"> {% trans 'status'|capfirst %}
{% trans 'label'|capfirst %} {% trans 'theme'|capfirst %}
{{j.name|capfirst}} {% if j.name != DEFAULT_DB_ALIAS and j.status == "Free" and perms.common.copy_scenario %}
{% elif j.name != DEFAULT_DB_ALIAS and j.status == 'In use'%} {% if j.name in active_scenarios %} {% endif %} {% endif %}
{% trans j.status|lower|capfirst %}