{% extends "main/layout.html" %} {% load crispy_forms_tags %} {% block title %}{{title}}{% endblock title %} {% block content %} {% include 'development/sidebar.html' %}
{{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 page == "addproject" %}
{{title}} ba "{{project.name}}"
{% csrf_token %}
{{ form3|crispy}}
{{ form|crispy}}
{{ form2|crispy}}
{{ form1|crispy}}
{% endif %} {% if page == "editprojectfundnational" or page == "editactivityfundnational" %}
{{title}}
{% csrf_token %} {{ form|crispy}}
{% endif %} {% if page == "editprojectfundmunicipality" or page == 'editactivityfundmunicipality' %}
{{title}}
{% csrf_token %} {{ form|crispy}}
{% endif %} {% if page == "editprojectong" %}
{{title}}
{% csrf_token %} {{ form|crispy}}
{% endif %} {% if page == "editprojecvolunteer" %}
{{title}}
{% csrf_token %} {{ form|crispy}}
{% endif %} {% comment %} END PAGE {% endcomment %}
{% include 'main/footer.html' %} {% endblock %}