{% block section_css %}{% endblock %}
Ai Staging : {% spaceless %}{% block page_title %}{% endblock %}{% endspaceless %}
{% block all_content %}
Alexander Interactive
{% block title %}Ai Staging{% endblock %}
{% if client.has_multiple_projects %}
{% for project_option in client.projects.all %}
{{ project_option.name }}
{% endfor %}
{% else %}
{% block description %}{% endblock %}
{% endif %}
{% block utility %} {% endblock %}
Welcome:
{{ user.username }}
Log Out
{% block header_extra %}{% endblock %}
{% block content %}{% endblock %}
{% endblock %}
{% block section_js %}{% endblock %}