{% for ac in value.app_configs %}
{% if ac.tool_name in ['Wiki', 'Tickets', 'Discussion'] %}
{% endif %}
{% endfor %}
{% if value.icon %}
{% else %}
No icon has been created.{% if c.project.private_project_of() %} A gravatar image associated with your primary email
address will be used instead if you have created one at gravatar.com.{% endif %}
{% endif %}
{{widget.display_field(widget.fields.icon)}}
Project Status:
{% if value.removal == '' %}
Active
{% elif value.removal == 'moved' %}
Moved to: {{value.moved_to_url}}
{% elif value.removal == 'abandoned' -%}
Abandoned
{% elif value.removal == 'deleted' -%}
Deleted
{% endif %}
[edit]
{% if allow_project_delete or not value.is_root %}
{% endif %}
{% if show_export_control %}
This project does NOT incorporate, access, call upon, or otherwise use encryption of any kind, including, but not limited to, open source algorithms and/or calls to encryption in the operating system or underlying platform.
This project DOES incorporate, access, call upon or otherwise use encryption. Posting of open source encryption is controlled under U.S. Export Control Classification Number "ECCN" 5D002 and must be simultaneously reported by email to the U.S. government. You are responsible for submitting this email report to the U.S. government in accordance with procedures described in: http://www.bis.doc.gov/encryption/PubAvailEncSourceCodeNotify.html and Section 740.13(e) of the Export Administration Regulations ("EAR") 15 C.F.R. Parts 730-772.
{% endif %}