{% extends "hrms/base.html" %} {% load crispy_forms_tags %} {% block content %}
{% include "employee/update_menu.html" %}
{% csrf_token %} {{ form|crispy }}
{% if may_memo %}
{% for memo in may_memo %} {% endfor %}
# memo Action
{{ forloop.counter}} {{ memo.memo }} Download Memo
{% csrf_token %}
{% endif %} {% endblock content %}