{% extends 'partials/base.html' %} {% load staticfiles %} {% load thumbnail %} {% block head_css %} {% endblock %} {% block content %} {% include 'partials/header.html' %}

Ваш счет

{{ user_score_balance }}

{% if user_score.is_customer %} {% endif %} {% if user_score.is_contractor %} {% endif %} {% for history in user_score.invoice_history.all %} {% empty %} {% endfor %}
Дата Описание Поступление/Списание Баланс
{{ history.created }} {{ history.comment }} {{ history.sum }} {{ history.balance }}
Платежей и/или списаний пока нет
{% include 'partials/footer.html' %}
{% endblock %} {% block js_block %} {% endblock %}