{% extends 'app_kit/manage_generic_content.html' %} {% load i18n %} {% block content_title %}

{% trans 'Design and texts' %}


{% endblock %} {% block generic_content_specific %} {% if generic_content.build_status == "in_progress" %} {% else %}

{% include 'app_kit/ajax/app_design_form.html' %}

{% endif %} {% endblock %}