{% load static %} {{title}} {% if page == "print" %} {% elif page == "excel" %} {% else %} {% endif %}
Formatu A. 3
Livru Inventáriu Suku

{% if page1 == "NationalReport" %}
{% if village %}

{{village}}

{% endif %} {% if administrativepost %}

{{administrativepost}}

{% endif %} {% if municipality %}

{{municipality}}

{% endif %}

Tinan : {{year}}

{% else %}

Suku : {{userAddress.employee.village}}

Postu Administrativu : {{userAddress.employee.administrativepost}}

{% if userAddress.employee.municipality.name == "Dili" or userAddress.employee.municipality.name == "Baucau" or userAddress.employee.municipality.name == "Bobonaro" or userAddress.employee.municipality.name == "Ermera" %}

Autoridade Munisipal : {{userAddress.employee.municipality}}

{% elif userAddress.employee.municipality.name == "Oe-cusse" %}

Rejiaun Autonomu : RAEOA

{% else %}

Munisípiu : {{userAddress.employee.municipality}}

{% endif %}

Tinan : {{year}}

{% endif %} {% if page == "excel" %}Total Inventáriu : {{inventoryList|length}} | {% endif %}

{% for data in inventoryList %} {% endfor %}
Nú. Naran Inventária Data Sosa/Simu Kondisaun Nú. Seri Kuantidade Folin Sosa Fontes/Se mak fo Marka Se mak uza Obs.
1
2
3
4
5
6
7
8
9
10
11
{{forloop.counter}}
{{data.inventory.name}}
{{data.inventory.recieve_date|date:"d-M-Y"}}
{{data.inventory.condition}}
{{data.inventory.nu_serie}}
{{data.quantity}}
{{data.inventory.unitprice}}
{{data.inventory.supplier}}
{{data.inventory.brand}}
{{data.used.responsible}}
{{data.used.obs}}