{% extends 'student/base_others.html' %} {% block body_block %}
Welcome,

Name : {{ office_data.name }} Section : {{ office_data.office_section }}


OfficeId : {{ office_data.office_id }}



{% if req_data %} {% for reqsns in req_data %}

ISSUE: {{ reqsns.issue}}

{% csrf_token %}


{% endfor %} {% else %}

No Requisitions

{% endif %}
{% if req_done %} {% for reqs in req_done %}

ISSUE: {{ reqs.issue }}



{% endfor %} {% else %}

None

{% endif %}
{% endblock %}