info
{{ locale === 'fr' ? notification.french_title : notification.english_title }}
{{locale === 'fr' ? (notification.date | date: "dd/MM/yy") : (notification.date | date: "MM/dd/yy")}}
{{ locale === 'fr' ? notification.french_content : notification.english_content}}