{% 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 title %} {{ _("Application Catalog") }} {% endblock %} {% 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.") }}