-
{% for app in apps %}
{# Remember to repeat with add item #}
-
{% if is_delete %}
{% endif %}
{% for category in app["categories"] %} {{ category }} {% if loop.length > 1 and loop.index != loop.length %} ยท {% endif %} {% endfor %}
{{ app["name"] }}
{% if app["description"] %}{{ app["description"] }}
{% endif %}
{% endfor %}
-
Add new App
Add an app from its web manifest url