{% set text = faved_text if is_favorite else unfaved_text %} {% set title = _('Remove from favorites') if is_favorite else _('Add to favorites') %} {{ text if not condensed }}