{% extends "base.html" %} {% block pagename %}mobilefirestarter{% endblock %} {% block title %}Запустить стрельбу{% endblock %} {% load lookup %} {% block body %}
{% include "apk_upload_form.html" %} {% include "tests_upload_form.html" %}
{% block waiter %} {% endblock %} {% block error %} {% if error %} {% else %} {% endif %} {% endblock %}
APK 
Package
APK с тестами 
Test package
Test classes
Test runner
Таск {% if recent_user_tasks %} Недавние: {% for task in recent_user_tasks %} {{ task }} {% endfor %} {% endif %}
Танк {% if recent_user_tanks %} Недавние: {% for tank in recent_user_tanks %} {{ tank }} {% endfor %} {% endif %}
Комментарий



{% endblock %}