{% extends 'D2BillingBundle::layout.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block head_style_extra %} {% endblock head_style_extra %} {% block page_header %}
Back

{% for k, v in app.request.query %} {% if k|lower not in ['to_date', 'age', 'group_by_cat', 'category', 'terms'] %} {% endif %} {% endfor %}
Age Analysis - {{ Account.displayName }}
{% endblock page_header %} {% block content %} {% set mode = 'view' %} {% if show_splash is defined %} {% include 'D2BillingBundle:AgeAnalysis:splash.base.twig' %} {% else %} {% include 'D2BillingBundle:AgeAnalysis:report.base.twig' %} {% endif %} {% endblock content %}