{% extends "hobo/applications/home.html" %} {% load i18n thumbnail %} {% block breadcrumb %} {{ block.super }} {{ app.name }} {% endblock %} {% block appbar %}

{% if app.icon %} {% thumbnail app.icon '64x64' crop='center' format='PNG' as im %} {% endthumbnail %} {% endif %} {{ app.name }}

{% if app.editable %} {% trans 'Metadata' %} {% else %} {% trans 'Update' %} {% endif %} {% endblock %} {% block content %} {% if relations %}
{% if app.editable %} {% trans "Scan dependencies" %}     {% trans "Generate application bundle" %} {% endif %} {% if last_version %} {% if app.editable %}   {% endif %} {% blocktrans with number=last_version.number %}Download latest version ({{ number }}){% endblocktrans %} {% endif %}
{% else %}

{% trans "You should now assemble the different parts of your application." %}

{% endif %} {% endblock %} {% block sidebar %} {% endblock %}