{% extends 'base.html.twig' %} {% block title %}Data Entry Status — Rural Development{% endblock %} {% block body %}
{{ getFinancialYearDropDown({'name': 'year'}, year) }}
  {{ 'RuralDevelopmentDataEntryStatusFor'|trans }} {{ year }}
{% for month in monthArray %} {%endfor%} {% for i in range(0, 11) %} {% endfor %} {% if data and data|length > 0 %} {% for key, district in data %} {% for row in district %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ month|trans }}
{{ 'district'|trans }}{{ 'expected_count'|trans }} {{ 'completed_entry_count'|trans }}
{{ key }}{{ row['expectedCount'] }} {{ row['completedEntryCount'] }}
{{ 'NoRecordFound'|trans }}
{% endblock %}