def listing_submited_for_review(listing, recipient)
    community = listing.community
    set_up_layout_variables(recipient, community)
    with_locale(recipient.locale, community.locales.map(&:to_sym), community.id) do
      @community_name = community.name(I18n.locale)