{% extends "basic/base_template.html" %} {% load static %} {% block pageName %} Dashboard {% endblock pageName %} {% block content %} {% comment %}

Welcome to the Army

Strength, Honor, and Courage

{% endcomment %}

{{notice_count}}

Today's Notice

{{leave_count}}

Leave

{{days_count}}

On Parade in wk place

{{spl_qual_count}}

Spl Qual

{{reward_count}}

Reward

{{punishment_count}}

Punishment

{{observation_count}}

Obsn

{{ events|json_script:"events-data" }}

Notices

{% if notices %}
{% for item in notices %} {% endfor %}
Sn Date From To Remarks
{{forloop.counter}} {{item.date}} {{item.notice_from}} {{item.notice_for}} {{item.remarks}}
{% include "components/pagination.html" with page_obj=notices %}
{% else %}

No Notice Found

{% endif %} {% endblock content %}