{% extends "django_mobile_app_distribution/base.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "app list view" %}{% endblock %} {% block content %}
{{ app.version }}
{{ app.build_date }}
{{ app.comment }}
{% if active_os_name == ios_identifier %} {% else %} {% endif %}