{% for app in app_status.apps %} {% include "partials/app_row.html" %} {% endfor %} {% if app_status.apps | length == 0 %} No apps found. {% endif %}