{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'History of subscriber' %}{% endblock %} {% block breadcrumb %}
{% endblock %} {% block page-header %} {% trans 'History of subscriber' %} {% endblock %} {% block main %}| {% trans 'Sum' %} | {% trans 'Sub' %} | {% trans 'Comment' %} | {% trans 'Date' %} | {% trans 'Author' %} |
|---|---|---|---|---|
| {% if l.amount >= 0 %} {% else %} {% endif %} {{ l.amount }} | {% if l.abon.group %} {{ l.abon.username }} {% else %} {{ l.abon.username }} {% endif %} | {{ l.comment }} | {{ l.date|date:"D d E Y H:i:s" }} | {% if l.author %} {{ l.author.username }} | {% else %} --- {% endif %}
| {% trans 'Actions not found' %} | ||||