{% extends "root.html" %} {% if admin %} {% set active_page = "admin" %} {% else %} {% set active_page = "profile" %} {% endif %} {% block title %}{% if admin %}{{member.username}}{%else%}Profile{%endif%}{% endblock %} {% block content %}
{% if status.judgement %}
Active
{% else %}
Inactive
{% endif %}
{%if status.last_paid[0] == None %} Has never paid, {% if member.payment_policy == "Normal" %} and has no special priviledge, so is INACTIVE. {% elif member.payment_policy == "Disabled" %} and is disabled, so is INACTIVE. {% else %} but has special privileges ({{member.payment_policy}}), so is ACTIVE. {% endif %} {%else%} Has paid at least once, {% if status.left %} but has since left the hackerspace, so is INACTIVE. {% else %} {% if member.payment_policy == "Potato" %} and is a potato, so is ACTIVE. {% elif member.payment_policy == "Disabled" %} but has been manually disabled, so is INACTIVE. {% else %} and needs to pay {{status.months_due}} month(s) worth of fees {% if member.payment_policy == "Normal" %} {% if status.judgement %} (which is within tolerance), so is ACTIVE. {% else %} (which is overdue), so is INACTIVE. {% endif %} {% else %} . {{member.username}} Is in Extended Grace Period, so is ACTIVE. {% endif %} {% endif %} {% endif %} {%endif%}
UID | Amount | Title | Date | Covers | ||||
---|---|---|---|---|---|---|---|---|
{{ mt.transfer.get_short_uid() }} | {{ mt.transfer.amount /100 }}PLN | {{ mt.transfer.title }} | {{ mt.transfer.date }} | {% elif rowspan_left <= 0 %}{{ mt.transfer.get_short_uid() }} | {{ mt.transfer.amount /100 }}PLN | {{ mt.transfer.title }} | {{ mt.transfer.date }} | {% endif %}{{ mt.year }}/{{ "%02i" | format(mt.month) }} |
Not a member from this point... |