{% if not plugins|length %}
No plugins installed :(
{% endif %}
{% for plugin in plugins %} {% if plugin.tile_view_html|length %}
{% else %}
{{ plugin.name }}
{% endif %} {% endfor %}