{% extends "project-base.html" %} {% block title %} API: {{project.title}} {% endblock %} {% block head %} {{block.super}} {% endblock %} {% block title_suffix_text %} — Upgrade App {% endblock %} {% block body_content %}

{{app.vendor}}
{{app.title}}

{{app.description.short|safe}}
{% if error %}

{{error}}

{% elif can_upgrade_app %}

Upgrading this app will update the questions, document templates, and business logic stored in the app to the latest version published by the app’s vendor. Your data will not be changed.

{% else %}

Only project administrators can upgrade this app.

{% endif %}
{{app.description.long|safe}}
{% endblock %} {% block scripts %} {% endblock %}