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

{{ app.name }}

{% trans 'Metadata' %} {% endblock %} {% block content %} {% if relations %}
{% trans "Scan dependencies" %}     {% trans "Generate application bundle" %} {% if versions %}     {% trans "Download" %} {% endif %}
{% else %}

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

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