{% load i18n %} {% if type_name == "events_upcoming" %}
{% trans "Date" %} | {% trans "Name" %} | {% trans "Registrations" %} | {{ SITE_GLOBAL_CURRENCYSYMBOL }} | {% trans "Paid" %} % |
---|---|---|---|---|
{{ date }} | {{ name }} | {{ reg }} | {{ total }} | {{ percentage }} |
{% trans 'New' %}: {{ new }}
{% trans 'Pending' %}: {{ pending }}
{% trans 'Expired' %}: {{ expired }}
{% trans 'More new memberships.' %}
{% else %}{% trans 'No new memberships within this time period.' %} {% trans 'View all new memberships.' %}
{% endif %}{% trans 'More renewed memberships.' %}
{% else %}{% trans 'No renewed memberships within this time period.' %} {% trans 'View all renewed memberships.' %}
{% endif %}{% trans 'More expired memberships.' %}
{% else %}{% trans 'No expired memberships within this time period.' %} {% trans 'View all expired memberships.' %}
{% endif %}{% trans 'No expiring memberships within this time period.' %}
{% endif %}{% trans "Name" %} | 30 {% trans "Day Submissions" %} |
---|---|
{{ title }} | {{ count }} |
{% trans "Pages" %} | 30 {% trans "Day Traffic" %} | {% else %}{% blocktrans with t=title %}{{ t }}{% endblocktrans %} | {{ count }} | {% endif %}
---|
{% trans "Events" %} | 30 {% trans "Day Traffic" %} | {% else %}{% blocktrans with t=title %}{{ t }}{% endblocktrans %} | {{ count }} | {% endif %}
---|
{% trans "Corporate Members" %} | {{ count }} | {% else %}{% blocktrans with t=title %}{{ t }}{% endblocktrans %} | {{ count }} | {% endif %}
---|