{% extends "themes.twig" %} {% block subcontent_detail %} {% if themes|length == 0 %}

No profile layouts found

{% else %}
{% for theme in themes %} {% endfor %}
Name Description Actions
{{ theme.name }} {{ theme.description }}
{% endif %} {% endblock %}