{% extends "reports/base.html" %} {% load pagination_tags %} {% load i18n %} {% block content %} {% if active %}
{% if is_ascending_username %} {% trans "Username" %} {% else %} {% trans "Username" %} {% endif %} | {% if is_ascending_full_name %} {% trans "Fullname" %} {% else %} {% trans "Fullname" %} {% endif %} | {% if is_ascending_email %} {% trans "Email" %} {% else %} {% trans "Email" %} {% endif %} | {% if is_ascending_type %} {% trans "Type" %} {% else %} {% trans "Type" %} {% endif %} | {% if is_ascending_subscription %} {% trans "Join" %} {% else %} {% trans "Join" %} {% endif %} | {% if is_ascending_expiration %} {% trans "Expiration" %} {% else %} {% trans "Expiration" %} {% endif %} | {% if is_ascending_invoice %} {% trans "Invoice" %} {% else %} {% trans "Invoice" %} {% endif %} | {% else %}{% if is_ascending_username %} {% trans "Username" %} {% else %} {% trans "Username" %} {% endif %} | {% if is_ascending_full_name %} {% trans "Fullname" %} {% else %} {% trans "Fullname" %} {% endif %} | {% if is_ascending_email %} {% trans "Email" %} {% else %} {% trans "Email" %} {% endif %} | {% if is_ascending_type %} {% trans "Type" %} {% else %} {% trans "Type" %} {% endif %} | {% if is_ascending_subscription %} {% trans "Join" %} {% else %} {% trans "Join" %} {% endif %} | {% if is_ascending_expiration %} {% trans "Expiration" %} {% else %} {% trans "Expiration" %} {% endif %} | {% if is_ascending_invoice %} {% trans "Invoice" %} {% else %} {% trans "Invoice" %} {% endif %} | {% endif %}||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ mem.user.username }} | {{ mem.user.get_full_name }} | {{ mem.user.email }} | {{ mem.membership_type }} | {{ mem.join_dt|date:"N j, Y" }} | {{ mem.expire_dt|date:"N j, Y" }} | {% if mem.get_invoice %} {{ mem.get_invoice.pk }} {% endif %} |