{% extends "base.html" %} {% block content %}

{{ category.name }} ({{ apps|length }}个)

{% if platform == 'tablet' %} 平板应用 {% endif %}
{% for app in apps %}
{% if 'http' in app.icon_path %} {{ app.name }} {% else %} {{ app.name }} {% endif %}

{{ app.name }}

{% endfor %}
{% endblock %}