What is the best way to come from a var with value "everybody, members, followed, none" to a phrase, please?
{{$user.Privacy.allow_send_personal_conversation}}
in template with
if $x = 'everybody' => phrase('everbody')
else ...
or better translate it before passed to the template?
{{$user.Privacy.allow_send_personal_conversation}}
in template with
if $x = 'everybody' => phrase('everbody')
else ...
or better translate it before passed to the template?