{% extends "base.html" %} {% block title %}Składki Członkowskie - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
| {% endif %} | Firma | {% if month %}Status | Kwota | Zapłacono | Data płatności | Akcje | {% else %}I | II | III | IV | V | VI | VII | VIII | IX | X | XI | XII | Zaległ. z lat poprz. |
{% endif %} | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Firmy bez danych o składkach | |||||||||||||||||||||
| {% if cf.fee %} {% endif %} | {{ cf.company.name }} | {% if cf.status == 'paid' %}Opłacone {% elif cf.status == 'pending' %}Oczekuje {% elif cf.status == 'overdue' %}Zaległe {% elif cf.status == 'partial' %}Częściowe {% else %}Brak {% endif %} | {% if cf.fee %}{{ cf.fee.amount }} zł{% else %}-{% endif %} | {% if cf.fee and cf.fee.amount_paid %}{{ cf.fee.amount_paid }} zł{% 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 }} {% if cf.monthly_rate and cf.monthly_rate > 200 %} {{ cf.monthly_rate }} zł {% endif %} | {% for m in range(1, 13) %}{% set fee = cf.months.get(m) %} {% if fee %} {{ m }}{% if fee.status == 'partial' %}{{ fee.amount_paid|int }}{% endif %} {% else %} - {% endif %} | {% endfor %}{% set debt = cf.company.previous_years_debt|default(0)|float %} {% if debt > 0 %} {{ debt|int }} zł {% else %} + wpisz {% endif %} | {% if cf.reminder %} {% if cf.reminder.is_read %} ✓ {% else %} ✉ {% endif %} {% endif %} | {% if cf.has_data and cf.months.values()|selectattr('status', 'in', ['pending', 'partial', 'overdue'])|list %} {% endif %} | {% endif %}||||||||||