{% comment %} Modal Component Usage: {% include 'dashboard/components/modal.html' with id="my-modal" title="Modal Title" content="Modal content goes here" primary_button="Save" secondary_button="Cancel" size="md" %} Parameters: - id: Unique identifier for the modal (required) - title: Modal title (required) - content: Modal content (HTML allowed) - primary_button: Text for primary button (optional) - secondary_button: Text for secondary button (optional) - size: Modal size (sm, md, lg, xl) - default: md {% endcomment %} {% if not id %} {% comment %}Ensure id is provided{% endcomment %}