{% extends 'base.html' %} {% load ui_extras %} {% block content %}

Store app{{ object_list|length|pluralize }} ({{ object_list|length }})

{% if object_list %} {% for asset in object_list %} {% endfor %}
Platforms Name Bundle ID
{% if asset.icon_url %} {% if asset.store_url %} {% else %} {% endif %} {% else %} - {% endif %}
    {% for platform in asset.supported_platforms %}
  • {{ platform }}
  • {% endfor %}
{{ asset.name }} {{ asset.bundle_id }}
{% else %} {% no_entities 'Store Apps' %} {% endif %} {% endblock %}