{% extends 'base.html' %} {% block body %}
{% include 'navbar.html' %}
{% include 'header.html' %}

Data Collection

{% if user.user_type.user_permission.program_department_program_import == 1 %}
{% csrf_token %}
{% endif %} {% if user.user_type.user_permission.program_department_program_export == 1 %} {% endif %}
State
District
Project
Team
Age
Gender
Caste
Religion
Occupation
Monthly Income
{% csrf_token %}
{% if user.user_type.user_permission.program_department_program_edit == 1 or user.user_type.user_permission.program_department_program_delete == 1 %} {% endif %} {% for program in programs %} {% if user.user_type.user_permission.program_department_program_edit == 1 or user.user_type.user_permission.program_department_program_delete == 1 %} {% endif %} {% endfor %}
S No. Program Type From Date State District Donor Organisation Project Support Partner Team Member Mobile Beneficiary Name Age Gender Caste Religion Occupation Family IncomeActionDocument Apply Scheme Apply
{{forloop.counter}} {{program.program_type.program_type}} {{program.from_date}} {{program.state.state}} {{program.district.district}} {{program.csr_partner.company_name}} {{program.project.project}} {{program.partner.company_name}} {{program.team.name}} {{program.mobile}} {{program.beneficiary_name}} {{program.age}} Years {{program.gender}} {{program.caste}} {{program.religion}} {{program.occupation}} {{program.family_income}} {% if user.user_type.user_permission.program_department_program_edit == 1 %} {% endif %} {% if user.user_type.user_permission.program_department_program_delete == 1 %} {% endif %} {{program.document_apply}} {{program.scheme_apply}}
    {% for message in messages %} {% endfor %} {% endblock %}