{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %}
Organization Meeting Minutes
{% csrf_token %}
Add Meeting Minutes
Separate attendees with a comma (e.g., Johnny Bravo, Jake, Mike Johnson).
Separate Members Absent with Apologies with a comma (e.g., Dora, Jake, Mickey).
Separate Members Absent without Apologies with a comma (e.g., John Doe, Jane Smith, Mike Johnson).
Separate agenda items with a comma (e.g., Budget review, Project update, Next steps).
{% if user.is_superuser %}
{% endif %}
{% endblock %}