{% load i18n %} {% load static %} {% load compress %}
{% if request.GET.search or is_paginated %}
{% endif %}
{% blocktrans with label_start='' trimmed %} Alternatively, drag and drop or {{ label_start }}choose files{{ label_end }} {% endblocktrans %}
{% trans 'Accepted files include Android apps, documents, eBooks, audio and video.' %}

{{ form.apks }}

{% csrf_token %}
{% for app in apps %} {% url 'app' repo.id app.id as url %} {% include "repomaker/widgets/app.html" with clickable=True url=url width=6 %} {% empty %} {% if request.GET.search %}
{% trans 'Your search did not return any results.' %}
{% endif %} {% endfor %}
{% compress js file endless-app-scroll %} {% endcompress %}
{% compress js file apps %} {% endcompress %} {% compress js file drag-and-drop %} {% endcompress %} {% include "repomaker/widgets/pagination.html" %}