{# Шаблон Underscore #}{% load bwp_verbatim %}{% verbatim %} {% _.each(data, function(app) { %} {% var _models = []; _.each(app.models, function(model) { if (!model.meta.hidden) { _models.push(model) } }); %} {% if (_models.length > 0) { %} {% } %} {% }); %} {% endverbatim %}