{% extends "base.html" %} {% block title %}Skladki Czlonkowskie - Norda Biznes Hub{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {% endif %} | Firma | {% if month %}Status | Kwota | Zaplacono | Data platnosci | Akcje | {% else %}Sty | Lut | Mar | Kwi | Maj | Cze | Lip | Sie | Wrz | Paz | Lis | Gru | {% endif %}
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {% if cf.fee %} {% endif %} | {{ cf.company.name }} | {% if cf.status == 'paid' %}Oplacone {% elif cf.status == 'pending' %}Oczekuje {% elif cf.status == 'overdue' %}Zalegle {% elif cf.status == 'partial' %}Czesciowe {% else %}Brak {% endif %} | {% if cf.fee %}{{ cf.fee.amount }} zl{% else %}-{% endif %} | {% if cf.fee and cf.fee.amount_paid %}{{ cf.fee.amount_paid }} zl{% else %}-{% endif %} | {% if cf.fee and cf.fee.payment_date %}{{ cf.fee.payment_date }}{% else %}-{% endif %} | {% if cf.fee and cf.status != 'paid' %} {% elif not cf.fee %} Brak rekordu {% endif %} | {% else %}{{ cf.company.name }} | {% for m in range(1, 13) %}{% set fee = cf.months.get(m) %} {% if fee %} {{ m }} {% else %} - {% endif %} | {% endfor %} {% endif %}