+
+
{% with image_name="access/"|add:choice_str|add:".svg" %}
-

+

{% endwith %}
- {{ choice.1|unlocalize }}
-
- {% if choice_str == "0" %}
-
{% translate "Visible to everybody." %}
-
{% translate "Any authenticated user can contribute." %}
- {% if has_gitexport %}
-
- {% translate "VCS repository is accessible to everybody." %} {% documentation_icon 'admin/optionals' 'git-exporter' %}
-
- {% endif %}
- {% elif choice_str == "1" %}
-
{% translate "Visible to everybody." %}
-
{% translate "Only chosen users can contribute." %}
- {% if has_gitexport %}
-
- {% translate "Only chosen users can access VCS repository." %} {% documentation_icon 'admin/optionals' 'git-exporter' %}
-
- {% endif %}
- {% elif choice_str == "100" %}
-
{% translate "Visible only to chosen users." %}
-
{% translate "Only chosen users can contribute." %}
- {% if has_gitexport %}
+
+
{{ choice.1|unlocalize }}
+
+
+
+
+
+
+ {% if choice_str == "0" %}
+
{% translate "Visible to everybody." %}
+
{% translate "Any authenticated user can contribute." %}
+
+ {% if has_gitexport %}
+
+ {% translate "VCS repository is accessible to everybody." %}
+ {% documentation_icon 'admin/optionals' 'git-exporter' %}
+
+ {% endif %}
+
+ {% elif choice_str == "1" %}
+
{% translate "Visible to everybody." %}
+
{% translate "Only chosen users can contribute." %}
+
+ {% if has_gitexport %}
+
+ {% translate "Only chosen users can access VCS repository." %}
+ {% documentation_icon 'admin/optionals' 'git-exporter' %}
+
+ {% endif %}
+
+ {% elif choice_str == "100" %}
+
{% translate "Visible only to chosen users." %}
+
{% translate "Only chosen users can contribute." %}
+
+ {% if has_gitexport %}
+
+ {% translate "Only chosen users can access VCS repository." %}
+ {% documentation_icon 'admin/optionals' 'git-exporter' %}
+
+ {% endif %}
+
+ {% elif choice_str == "200" %}
+
{% translate "Permissions are not managed in Weblate." %}
+
- {% translate "Only chosen users can access VCS repository." %} {% documentation_icon 'admin/optionals' 'git-exporter' %}
+
+ {% translate "Only use this if you know what you are doing, enabling it might revoke your access to this project." %}
+
{% endif %}
- {% elif choice_str == "200" %}
-
{% translate "Permissions are not managed in Weblate." %}
-
-
- {% translate "Only use this if you know what you are doing, enabling it might revoke your access to this project." %}
-
-
- {% endif %}
- {% endwith %}
-
+
+
+
+