{{ row.string_id }}
|
{{ row.date_created_day }}
|
{{ row.plan_type_string }}
|
{% if row.amount %}
{{ row.amount }}
{% endif %}
|
{% if not loop.last %}
{% endif %}
{{ row.stats_link }}
|
{{ row.dau_count }}
|
{{ row.wau_count }}
|
{{ row.user_profile_count }}
|
{{ row.bot_count }}
|
{% if row.hours_per_user %}
{{ row.hours_per_user }}
{% endif %}
|
{{ row.hours }}
|
|
{% if row.history %}
{{ row.history|safe }}
{% else %}
|
{% endif %}
{% endfor %}