def content
    translated_contents.find { |c| c.language.to_sym == I18n.locale.to_sym }.try(:content) ||
      translated_contents.first.try(:content) ||
      I18n.t(self[:content] || '')
  end