pub async fn get_email_templates( conn: &mut PgConnection, course_id: Uuid, ) -> ModelResult<Vec<EmailTemplate>>