{% load i18n %}
{% trans "Public" %}
{% trans "Publicly visible and translatable" %}
{% trans "Protected" %}
{% trans "Publicly visible but translatable only for selected users" %}
{% trans "Private" %}
{% trans "Visible and translatable only for selected users" %}