class Decidim::Meetings::MeetingRegistrationNotificationEvent

def i18n_options

def i18n_options
  {
    resource_title: resource_title,
    resource_url: resource_url,
    scope: event_name,
    registration_code: extra["registration_code"]
  }
end

def notification_title

def notification_title
  I18n.t("notification_title", **i18n_options).html_safe
end