{% extends "repomaker/app/index.html" %} {% load i18n %} {% load static %} {% load compress %} {% block title %}{% blocktrans with app=app.name %}Edit {{ app }}{% endblocktrans %}{% endblock %} {% block back-button %}
{% endblock back-button %} {% block top-buttons %} {% endblock top-buttons %} {% block app-lang-url %}{% url 'app_edit' app.repo.id app.id lang.code %}{% endblock app-lang-url %} {% block app-info %}{% blocktrans trimmed %} This app gets updated automatically from the remote repo. If you want to edit it yourself, you need to disable automatic updates first. Please note that without automatic updates, you will need to add new versions manually. {% endblocktrans %}