{% extends '@admin/layouts/commonmaster.html.twig' %} {% block title %} | View Event {% endblock %} {% block styles %} {% endblock %} {% block content %}
| Time period | {% for fund_data in event_fund_data %}{{ fund_data['name'] }} | {% endfor %}Total |
|---|---|---|
| Today | {% set total = 0 %} {% for fund_data in event_fund_data %}{{ fund_data['tier_ticket_count'] }} | {% set total = total + fund_data['tier_ticket_count'] %} {% endfor %}{{ total }} |