{% extends 'main/layout.html' %} {% block title %}{{title}}{% endblock title %} {% block content %} {% if group == 'admin' %} {% include 'report/sidebar.html' %} {% else %} {% include 'development/sidebar.html' %} {% endif %}
{{title}}
{% ifequal user.groups.all.0.name 'admin' %}
Admin Nasional MAE
{% endifequal %} {% ifequal user.groups.all.0.name 'xefe' %}
Xefe Suku {{user.employeeuser.employee.village}}
{% endifequal %} {% ifequal user.groups.all.0.name 'sec' %}
Secretariado Suku {{user.employeeuser.employee.village}}
{% endifequal %}
{% comment %} START PAGE {% endcomment %} {% if messages %} {% for message in messages %}
{{message}}
{% endfor %} {% endif %}
{% comment %}
Informasaun Atividade
{% endcomment %}

Informasaun Atividade {% comment %} {% endcomment %} {% if group == 'sec' %} Altera Atividade {% endif %}

Naran Atividae
{{objects.name}}
Fatin
{{objects.place}}
Data Atividade
{{objects.date|date:"d-M-Y"}}
Tinan
{{objects.year}}
MunisĂ­piu
{{objects.municipality}}
Postu Adm.
{{objects.administrativepost}}
Suku
{{objects.village}}
Partisipasaun
{{objects.participation}}
BenefĂ­siu
{{objects.benefit}}
Observasaun
{{objects.obs}}

Informasaun Fundus {% if group == 'sec' %} Aumenta Fundus {% endif %}

{% comment %} {% endcomment %} {% endcomment %} {% if group == 'sec' %} {% endif %} {% for d in result %} {% if d.material == None %} {% else %} {% endif %} {% if group == 'sec' %} {% if d.fund == 'Nasional' %} {% elif d.fund == 'Municipio' %} {% elif d.fund == 'Kontribuisaun Komunidade' %} {% elif d.fund == 'Ajensia' %} {% endif %} {% endif %} {% endfor %}
{% comment %} Nu.Fundus Naran Ajuda Material OrsamentuAsaun
{{ forloop.counter }} {{d.fund}} {{d.name}}--{{d.material}}$ {{d.amount}}
Total $ {{total}}

Aneksu Imagen Ba Atividate "{{objects.name}}" {% if group == 'sec' or group == 'xefe' %} Adisiona Imajen {% endif %}


{% for obj in imageactivity %}
{% endfor %}
{% comment %}

FUNDUS

Kria husi: {{objects.user}}{{objects.datetime}}

{% endcomment %}
{% comment %} END PAGE {% endcomment %}
{% include 'main/footer.html' %} {% endblock content %}