{% extends 'D2BillingBundle::layout.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %}
{{ with_selected_form('documentitem_list', {small: true}) }}

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