@@ -49,28 +49,34 @@ <h1 class="h1" id="title">
49
49
</ div >
50
50
</ div >
51
51
52
- < h1 class ="h1 " id ="overview "> {% trans "Persoonlijk overzicht" %}</ h1 >
53
-
54
52
< div class ="tabled tabled--flexible personal-overview ">
53
+ < h2 class ="h2 " id ="overview "> {% trans "Overzicht" %}</ h2 >
55
54
{% if request.user.is_digid_and_brp and view.config.my_data %}
56
55
< div class ="tabled__row ">
57
- < div class ="tabled__item tabled__item--bold "> {% trans "Mijn gegevens" %}</ div >
56
+ < div class ="tabled__item tabled__item--bold "> {% link href="profile:categories" text=_('My details') %}</ div >
58
57
< div class ="tabled__item "> {{request.user.get_full_name}}{% if request.user.get_address %}, {{ request.user.get_address }}{% endif %}</ div >
59
58
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="profile:data" text="Bekijken" icon="arrow_forward" icon_position="after" primary=True %}</ div >
60
59
</ div >
61
60
{% endif %}
62
61
63
62
{% if view.config.selected_categories %}
64
63
< div class ="tabled__row ">
65
- < div class ="tabled__item tabled__item--bold "> {% trans "Interessegebieden" %}</ div >
64
+ < div class ="tabled__item tabled__item--bold "> {% link href="profile:categories" text=_('My categories') %}</ div >
66
65
< div class ="tabled__item "> {{ category_text }}</ div >
67
66
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="profile:categories" text="Aanpassen" icon="arrow_forward" icon_position="after" secondary=True %}</ div >
68
67
</ div >
69
68
{% endif %}
70
69
71
70
{% if view.config.mentors %}
72
71
< div class ="tabled__row ">
73
- < div class ="tabled__item tabled__item--bold "> {% trans "Begeleider(s)" %}</ div >
72
+ < div class ="tabled__item tabled__item--bold ">
73
+ {% if mentor_contacts %}
74
+ {% url 'profile:contact_list' as mentor_url %}
75
+ {% link href=mentor_url|add:"?type=begeleider" text=_('My mentor(s)') %}
76
+ {% else %}
77
+ {% trans "Begeleider(s)" %}
78
+ {% endif %}
79
+ </ div >
74
80
{% if mentor_contacts %}
75
81
< div class ="tabled__item "> {{ mentor_contacts|join:", " }}</ div >
76
82
{% url 'profile:contact_list' as mentor_url %}
@@ -86,45 +92,45 @@ <h1 class="h1" id="overview">{% trans "Persoonlijk overzicht" %}</h1>
86
92
87
93
{% if view.config.my_contacts %}
88
94
< div class ="tabled__row ">
89
- < div class ="tabled__item tabled__item--bold "> {% trans "Mijn netwerkcontacten" %}</ div >
95
+ < div class ="tabled__item tabled__item--bold "> {% link href="profile:contact_list" text=_('My contacts') %}</ div >
90
96
< div class ="tabled__item "> {{ contact_text }}</ div >
91
97
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="profile:contact_list" text=_("Beheer contacten") icon="arrow_forward" icon_position="after" secondary=True %}</ div >
92
98
</ div >
93
99
{% endif %}
94
100
95
101
{% if questionnaire_exists and view.config.selfdiagnose %}
96
102
< div class ="tabled__row ">
97
- < div class ="tabled__item tabled__item--bold "> {% trans "Zelfdiagnose" %}</ div >
103
+ < div class ="tabled__item tabled__item--bold "> {% link href="products:questionnaire_list" text=_('Zelftest') %}</ div >
98
104
< div class ="tabled__item "> </ div >
99
105
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href='products:questionnaire_list' text=_('Start zelfdiagnose') icon="arrow_forward" icon_position="after" secondary=True %}</ div >
100
106
</ div >
101
107
{% endif %}
102
108
103
109
{% if view.config.actions %}
104
110
< div class ="personal-overview__actions tabled__row ">
105
- < div class ="tabled__item tabled__item--bold "> {% trans "Acties" %}</ div >
111
+ < div class ="tabled__item tabled__item--bold "> {% link href="profile:action_list" text=_('Actions') %}</ div >
106
112
< div class ="tabled__item "> {{ action_text }}</ div >
107
113
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="profile:action_list" text="Aanpassen" icon="arrow_forward" icon_position="after" secondary=True %}</ div >
108
114
</ div >
109
115
{% endif %}
110
116
111
117
{% if view.config.notifications %}
112
118
< div class ="tabled__row ">
113
- < div class ="tabled__item tabled__item--bold "> {% trans "Communicatievoorkeuren" %}</ div >
119
+ < div class ="tabled__item tabled__item--bold "> {% link href="profile:notifications" text=_('Receive notifications for') %}</ div >
114
120
< div class ="tabled__item "> {{ request.user.get_active_notifications }}</ div >
115
121
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="profile:notifications" text="Aanpassen" icon="arrow_forward" icon_position="after" secondary=True %}</ div >
116
122
</ div >
117
123
{% endif %}
118
124
{% if view.config.questions %}
119
125
< div class ="tabled__row ">
120
- < div class ="tabled__item tabled__item--bold "> {% trans "Mijn vragen" %}</ div >
126
+ < div class ="tabled__item tabled__item--bold "> {% link href="cases:contactmoment_list" text=_('My questions') %}</ div >
121
127
< div class ="tabled__item "> </ div >
122
128
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="cases:contactmoment_list" text=_('Bekijken') icon="arrow_forward" icon_position="after" secondary=True %}</ div >
123
129
</ div >
124
130
{% endif %}
125
131
{% if view.config.ssd %}
126
132
< div class ="tabled__row ">
127
- < div class ="tabled__item tabled__item--bold "> {% trans "Mijn uitkeringen" %}</ div >
133
+ < div class ="tabled__item tabled__item--bold "> {% link href="profile:monthly_benefits_index" text=_('My benefits') %}</ div >
128
134
< div class ="tabled__item "> Jaaropgaven, Maandspecificaties</ div >
129
135
< div class ="tabled__item tabled__item--force-right tabled__item--mobile-big "> {% link href="ssd:monthly_benefits_index" text=_("Bekijken") icon="arrow_forward" icon_position="after" secondary=True %}</ div >
130
136
</ div >
@@ -146,8 +152,4 @@ <h1 class="h1" id="overview">{% trans "Persoonlijk overzicht" %}</h1>
146
152
</ div >
147
153
{% endrender_form %}
148
154
149
- {% if files %}
150
- {% file_list h1=True files=files allow_delete=True title=_("Bestanden") download_view="profile:documents_download" %}
151
- {% endif %}
152
-
153
155
{% endblock content %}
0 commit comments