{% load i18n %}
4 {% trans "Demo" %}
{% if setup_allow_destructive_actions %} {% if not all_tcs_ok %}

{% trans "Available after section 3 is complete." %}

{% endif %}
{% trans "Starter demo" %}

{% trans "Zone Matrix + Addresses rulebooks." %}

{% csrf_token %}
{% else %}

{% trans "Demo actions are disabled (setup_allow_destructive_actions)." %}

{% endif %}