{% comment %}
is_multidomain is only available through an assignment tag pulled in through context_selection
{% endcomment %}
{% is_multidomain as domain_supported %}
{% if domain_supported %}
{% show_domain_list %}
{% endif %}
{% show_project_list %}
{% comment %}
is_multi_region is only available through an assignment tag pulled in through context_selection
{% endcomment %}
{% is_multi_region as multi_region %}
{% if multi_region %}
{% show_region_list %}
{% endif %}
{% show_systems as system_scope_enabled %}
{% if system_scope_enabled %}