{% extends "base.html" %} {% load static %} {% load i18n %} {% block more_head %} {% endblock %} {% block title %}- {{ app.fullname }}{% endblock %} {% block content %} {% csrf_token %} {# "Go back to" link #} {% if go_back_to_title %}
{% endif %} {# App header #}
{% endif %}
{% if app.competition_winner_dec_2012 %}
{% endif %}
{% if app.coderepo %}
{% endif %}
{% if app.automation %}
{% endif %}
{# end badges #}
Works with Cytoscape {{ release.works_with }}
{# End Works with #} {# Release #} {% if release.releaseapi_set.count %} {% with releaseapi=release.releaseapi_set.get %} {% endwith %} {% endif %} {# Release dependencies #} {% if release.dependents.count %}Apps that depend on this release
Release Notes
Version {{ cy3_latest_release.version }}
{% if app.license_text %}License Click here
{% endif %}Released {{ cy3_latest_release.created|date:'j M Y' }}
Works with Cytoscape {{ cy3_latest_release.works_with }}
Download Stats Click here
Version {{ app.cy_2x_plugin_version }}
{% else %}Version {{ app.cy_2x_plugin_version }}
{% if app.license_text %}License Click here
{% endif %} {% endif %} {% if app.cy_2x_plugin_release_date %}Released {{ app.cy_2x_plugin_release_date|date:'j M Y' }}
{% endif %} {% if app.cy_2x_versions %}Works with Cytoscape {{ app.cy_2x_versions }}
{% endif %}