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