{% load i18n %}

{% translate "Opens a new window" as new_window_label %} {% translate "What is FranceConnect+?" as what_is_franceconnect_plus %} {% translate "What is FranceConnect?" as what_is_franceconnect %} {% if self.plus %} {{ what_is_franceconnect_plus }} {% else %} {{ what_is_franceconnect }} {% endif %}