{% extends 'index.html' %} {% block content %}
Нов {% for faktura in fakturi %} {% csrf_token %} {% endfor %}
# Тип Клиент Цена Вкупно
{{ faktura.broj }} {{ faktura.tipid }} {{ faktura.klientid }} {{ faktura.cena_vkupno }} Измени
{% endblock %}