{% extends 'D2BillingBundle::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 ['to_date', 'age', 'terms', 'account'] %} {% endif %} {% endfor %}
{% set termOptions = {'' : '', 'daily': 'Daily', 'monthly': 'Monthly'} %}
{% endblock page_header %} {% block content %} {% if show_splash is defined %} {% include 'D2BillingBundle:AgeAnalysis:splash.base.twig' %} {% else %} {% include 'D2BillingBundle:AgeAnalysis:report.base.twig' %} {% endif %} {% endblock content %}