{% if element.type == 'row' %} {% include "suit_dashboard/row.html" with row=element %} {% elif element.type == 'box' %} {% include "suit_dashboard/box.html" with box=element %} {% endif %}