{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
Organization File: {{ organization_file.name }}:

You are Updating/Editing {{ organization_file.name }}

Proceed
{% include "backend/apps/quicknav.html" %}

Edit Organization File

{% csrf_token %}
Edit Organization File: {{ organization_file.name }}
Separate Members Absent with Apologies with a comma (e.g., John Doe, Jane Smith, Mike Johnson).
Separate Members Absent without Apologies with a comma (e.g., John Doe, Jane Smith, Mike Johnson).
{% if meeting_minutes.file.all %}
Attached Meeting Documents:
{% else %}

No documents attached to this meeting.

{% endif %}
{% if user.is_superuser %}
{% endif %}
{% endblock %}