{% extends "base.html" %} {% load static %} {% block title %}- Confirm Submission{% endblock %} {% block more_head %} {% endblock %} {% block content %}
We found the following information about your app:
| Is this a new app? | {% if pending.is_new_app %} Yes—a new app page will be created after an App Store administrator approves your app {% else %} No—this submission is an updated version of an existing app {% endif %} |
| App Name | {{ pending.fullname }} |
| App Version | {{ pending.version }} |
| Minimum Cytoscape Version | {{ pending.cy_works_with }} |
| App Dependencies |
{% if pending.dependencies.count %}
{% for release in pending.dependencies.all %}
{{ release.app.fullname }} {{ release.version }} {% endfor %} {% else %} None {% endif %} |
Maven POM information:
| Group ID | {{ pom_attrs.groupId }} |
| Artifact ID | {{ pom_attrs.artifactId }} |
| Version | {{ pom_attrs.version }} |
Is the above information correct? It cannot be changed after submission.