{% extends "base.html" %} {% load static %} {% block more_head %} {% endblock %} {% block title %}- Edit {{ app.fullname }}{% endblock %} {% block content %} {# app header #}

{{ app.fullname }}

{# end app header #}
{# tabs #}
{# tab titles #} {# end tab titles #} {# tab content #}
{# details tab #}
{# categories #}
CATEGORIES
{# end categories #}

{# screenshots #}
SCREENSHOTS
{# end screenshots #}

{# app details #}
DETAILS
PREVIEW
{# end app details #}

{# authors #}
AUTHORS
Name Institution (Optional)
{# end authors #}
{# end app details tab #} {# releases tab #} {% if app.has_releases %}
{% for release in app.releases %}

{{ release.version }}

Works with Cytoscape {{ release.works_with }}

{% if release.releaseapi_set.count %} {% with releaseapi=release.releaseapi_set.get %}

API   pom.xml   Javadocs

{% endwith %} {% endif %} {% if release.dependents.count %}

Apps that depend on this release

{% endif %}

Release Notes

PREVIEW

{% endfor %}
{% endif %} {# end releases tab #}
{# end tab content #}
{# end tabs #} {# right panels #}
{# save & cancel buttons #} {# end save & cancel buttons #} {# editors #}
Editors
{# end editors #} {# 2.x #}
Cytoscape 2.x Plugin
Examples: 2.0, 4.32, 2.0.3-beta
Format: yyyy-mm-dd
Example: 2.4, 2.7, 2.8.1
{# end 2.x #} {# resources #}
Resources
Require confirmation
Example: 23595664
{# end resources #}
{# end right panels #}
{# file choosers #}
{# end file choosers #} {# cancel dialog #} {# end cancel dialog #} {# save dialog #} {# end save dialog #} {# messages popup #} {# end messages popup #} {# tag template #} {# end tag template #} {# author row template #} {# end author row template #} {# add tag dialog template #} {# end add tag dialog template #} {# add editor dialog template #} {# end add editor dialog template #} {% endblock %}