{% if tariff_data : %} {% for t in tariff_data %} {% set current_dt = current_dt.strftime('%Y-%m-%d %H:%M:%S') %} {% set start_by = t.startby.strftime('%Y-%m-%d %H:%M:%S') or "" %} {% set end_by = t.endby.strftime('%Y-%m-%d %H:%M:%S') %} end_by : %} style="background-color: #f8a6a66e;" {% elif current_dt < end_by %} style="background-color: #b8850b47" {% endif %} > {% endfor %} {% else %} {% endif %}
Running Tariff Completed Tariff Upcoming Tariff
Addon Id Reg Type Id Addon Name Reg Type Amount Start By End By Action
{{t.addon_id}} {{t.user_type_id}} {{t.addon_name or t.display_name}} {% if t.conference_id == 28 %} {% if t.user_type == t.addon_name or t.user_type == t.display_name %} {{t.reg_type or '-'}} {% else %} {{t.user_type}} / {{t.reg_type or '-'}} {% endif %} {% elif t.conference_id == 17 %} {{t.display_name}} {% else %} {{t.reg_type or '-'}} {% endif %} {{t.amount or '-'}}
Record not available