{#- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -#} {% import 'allura:templates/jinja_master/lib.html' as lib with context %}
{{widget.display_field(widget.fields.project_name)}}
{{ g.icons['caution'].render(tag='b', extra_css='error_icon') }} {{ g.icons['check'].render(tag='b', extra_css='success_icon') }}
 
{{widget.display_field(widget.fields.project_unixname)}}
http://{{request.environ['HTTP_HOST']}}{{neighborhood.url()}}
{{ g.icons['caution'].render(tag='b', extra_css='error_icon') }} {{ g.icons['check'].render(tag='b', extra_css='success_icon') }}
{{widget.display_field(widget.fields.neighborhood)}}
 
{% if not neighborhood.project_template %}

Select the tools to use in your project. You may add or remove tools at any time.

{{ request.validation.errors.get('tools', '') }} {% for opt in widget.fields.tools.options %} {% set tool = g.entry_points["tool"][opt.html_value] %} {% set _ctx = widget.context_for(widget.fields.tools) %} {% if tool.installable %}

{{ tool.tool_description }}

{% endif %} {% endfor %} {% endif %} {% if h.has_access(neighborhood, 'admin') and not neighborhood.project_template and neighborhood.features['private_projects'] %}
{{widget.display_field(widget.fields.private_project)}}
{% endif %}
{% if widget.antispam %}{% for fld in g.antispam.extra_fields() %} {{fld}}{% endfor %}{% endif %} {{lib.csrf_token()}}