{% set locale = 'en' %} {% macro appCard(app, infos, timestamp_now, catalog) -%} {% set this_app_stars = stars.get(app, {})|length %} {% if user %} {% set user_starred_this_app = user['id'] in stars.get(app, {}) %} {% else %} {% set user_starred_this_app = False %} {% endif %}
{%- endmacro %} {% extends "base.html" %} {% block main %}
These are apps which failed our automatic tests.
This is usually a temporary situation which requires packagers to fix something in the app.