{% extends "base.html" %} {% block page_title %}Sąskaitų nustatymai{% endblock %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Numeravimo šablonai
{% for template in numbering_templates %} {% empty %} {% endfor %}
Pavadinimas Formatas Kitas numeris Veiksmai
{{ template.name }} {% if template.format == 'custom' %} {{ template.custom_format|truncatechars:30 }} {% else %} {{ template.get_format_display }} {% endif %} {{ template.next_number }}
{% csrf_token %}
Šablonų nerasta. Sukurkite pirmą šabloną.
{% endblock %}