{% extends "base.html" %} {% block content %} {% if not render_partial or render_partial == false %}
{% if viewmodel_filter | length > 0 %} {% endif %}
{% if view_model.show_search %}
{% endif %}
{% endif %}
{% include "list/header.html" %} {% for entity in entities -%} {% include "list/row.html" %} {%- endfor %}
{% if num_pages > 1 %} {% endif %}
{% endblock content %}