{% if tags_form.tags.choices|count > 1 %}
{% endif %}
{% if apps %}
{% if settings.home_view_mode == "list" %}
{{ ListViewApp(apps) }}
{% else %}
{% for app in apps %}
{{ GridViewApp(app) }}
{% endfor %}
{% endif %}
{% else %}
{% endif %}