{% extends 'core/lcars_app.html' %} {% load static %} {% block extra_head %} {{ block.super }} {% endblock extra_head %} {% block header_title %} Create New Project {% endblock header_title %} {% block app_title %} CREATE PROJECT {% endblock app_title %} {% block left_menu %} {% if path %} {% endif %}
Reset
{{ block.super }}
Cancel
{% endblock left_menu %} {% block main %} {% if path %} {% url 'home:select_project_home' dirname=path as home_url%} {% else %} {% url 'home:select_project_home' as home_url%} {% endif %}
{% csrf_token %}
{% for master_type, enabled, usage, split, match in master_info %} {% endfor %}
Split Expressions Match Expressions
{% if enabled == 'always' %}
{{ master_type }}
({{ usage }})
{% if enabled != 'always' %} click to {% if enabled == '1' %} disable {% else %} enable {% endif %} {% endif %} {% if enabled == 'always' %}
{% else %} {% endif %}
{% for expr in split %} {% endfor %} {% for expr in match %} {% endfor %}
{% if path %} {% endif %}
{{ block.super }} {% endblock main %} {% block scripts %} {{ block.super }} {% endblock scripts %}