{% extends 'IngresoBundle:Default:base-module.html.twig' %} {% block modals %}{% endblock %} {% block defaultJS %}{% endblock %} {% block defaultContentModule %} {% for header in headers %} {% endfor %} {% for row in rows %} {% for col in row %} {% endfor %} {% endfor %}
{{header|humanize}}
{{col}}
{% endblock %}