{% extends 'D2CustomerBusinessBundle::layout.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %}
{% for k, v in app.request.query %} {% if k|lower not in ['search', 'page', 'from_date', 'to_date'] %} {% endif %} {% endfor %}
View Account Documents.
{% endblock page_header %} {% block content %}
{% include 'D2CustomerBusinessBundle::documents-tpl.html.twig' %}
{% endblock content %}