pub async fn get_email_template( conn: &mut PgConnection, email_template_id: Uuid, ) -> ModelResult<EmailTemplate>