{% extends "admin/base_site.html" %} {% load admin_list i18n %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %}

{{ app_name }}

{% if reqs|length > 0 or appomatic_reqs|length > 0 %}

{% trans 'Requirements' %}:

{% if appomatic_reqs|length > 0 %} {% for i in appomatic_reqs %} {% endfor %} {% endif %} {% if reqs|length > 0 %} {% for i in reqs %} {% endfor %} {% endif %}
Appomatic apps
{{ i }}
Apps
{{ i }}
{% endif %} {% if deps|length > 0 or appomatic_deps|length > 0 %}

{% trans 'Dependant apps' %}:

{% if appomatic_deps|length > 0 %} {% for i in appomatic_deps %} {% endfor %} {% endif %} {% if deps|length > 0 %} {% for i in deps %} {% endfor %} {% endif %}
Appomatic apps
{{ i }}
Apps
{{ i }}
{% endif %} {% endblock %}