{% extends "repomaker/app/index.html" %} {% load i18n %} {% load static %} {% load compress %} {% block back-button %} arrow_back {% endblock back-button %} {% block top-buttons %}
{% csrf_token %}
{% endblock top-buttons %} {% block app-lang-url %}{% url 'add_remote_app' repo.id app.repo.id app.id lang.code %}{% endblock app-lang-url %} {% block add-translation-button %}{% endblock add-translation-button %} {% block screenshots %} {% if screenshots.exists %}
{% if show_screenshots %}
{% for screenshot in screenshots %}
{% endfor %}
{% else %}
{% trans 'There are currently no screenshots shown because this gives the repo owner the ability to track you.' %}
{% for screenshot in screenshots %} {% endif %}
{% endif %} {% endblock screenshots %} {% block apks %}{% endblock apks %} {% block page-footer %} {% compress js file remote_add %} {% endcompress %} {% endblock page-footer %}