---
title: Application catalog
template: docs
taxonomy:
category: docs
routes:
default: '/apps'
twig_first: true
process:
twig: true
---
This page requires JavaScript enabled to display properly :s.
{% for app_id, infos in catalog.apps %}
{% if grav.language.getActive in infos.description %}
{% set descr_lang = grav.language.getActive %}
{% else %}
{% set descr_lang = 'en' %}
{% endif %}
{% if infos.good_quality %}
{% endif %}
{{ infos.name }}
{{infos.category}}
{% if infos.bad_quality %}
low quality
{% endif %}
{{ infos.description[descr_lang] }}
{% endfor %}
! If you don't find the app you are looking for, you can try to look for a appname_ynh repository on GitHub or on the internet, or add it to the [apps wishlist](/apps_wishlist).