File tree Expand file tree Collapse file tree
uni_ticket_bootstrap_italia_template/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ msgstr ""
88"Project-Id-Version : \n "
99"Report-Msgid-Bugs-To : \n "
1010"POT-Creation-Date : 2025-12-04 14:56+0100\n "
11- "PO-Revision-Date : 2025-12-04 14:57 +0100\n "
11+ "PO-Revision-Date : 2025-12-04 16:01 +0100\n "
1212"Last-Translator : \n "
1313"Language-Team : \n "
1414"Language : en\n "
@@ -1434,7 +1434,7 @@ msgstr "Accessible to organization employees"
14341434#: uni_ticket/models.py:201
14351435#: uni_ticket_bootstrap_italia_template/templates/manager/category_detail.html:314
14361436msgid "Accessibile solo con autenticazione SPID o CIE"
1437- msgstr ""
1437+ msgstr "Accessible only with SPID or CIE authentication "
14381438
14391439#: uni_ticket/models.py:210 uni_ticket/models.py:519
14401440msgid "Richiesta di tipo Notifica"
Original file line number Diff line number Diff line change 3030 < div class ="card card-bg no-after ">
3131 < div class ="card-body ">
3232 {% include "manager/category_status.html" %}
33+ {% if category.allow_spid_cie %}
34+ < span class ="badge c-line primary-bg-b1 mb-2 "> SPID/CIE</ span >
35+ {% endif %}
3336 < br >
3437 < a class ="read-more " href ="{% url 'uni_ticket:manager_category_detail' structure_slug=structure.slug category_slug=category.slug %} ">
3538 < h5 class ="card-title "> {{ category.name }}</ h5 >
Original file line number Diff line number Diff line change 6565 < select id ="category_slug "{% if not chosen_structure %} disabled{% endif %} name ="category_slug " title ="{% trans 'Di cosa si tratta?' %} ">
6666 < option value ="" selected > </ option >
6767 {% for categoria in categorie %}
68- < option value ="{{ categoria.slug }} "> {{ categoria }}</ option >
68+ < option value ="{{ categoria.slug }} "> {{ categoria }} {% if categoria.allow_spid_cie %}({% trans "Accessibile solo con autenticazione SPID o CIE" %}){% endif %} </ option >
6969 {% endfor %}
7070 </ select >
7171 </ div >
You can’t perform that action at this time.
0 commit comments