feat: show job profile in teamers' recent assignments list
This commit is contained in:
@@ -23,6 +23,9 @@
|
|||||||
<th>
|
<th>
|
||||||
Einsatz
|
Einsatz
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
Jobprofil
|
||||||
|
</th>
|
||||||
<th>
|
<th>
|
||||||
Gesamtnote
|
Gesamtnote
|
||||||
</th>
|
</th>
|
||||||
@@ -41,6 +44,9 @@
|
|||||||
<br>
|
<br>
|
||||||
{{ disposition.assignment.destination.hotel }}
|
{{ disposition.assignment.destination.hotel }}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
{{ disposition.assignment.jobProfile.name }}
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if disposition.feedback %}
|
{% if disposition.feedback %}
|
||||||
{{ disposition.feedback.averageRating|format_rating }}
|
{{ disposition.feedback.averageRating|format_rating }}
|
||||||
@@ -64,7 +70,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td colspan="7">
|
<td colspan="4">
|
||||||
Keine Daten...
|
Keine Daten...
|
||||||
</td>
|
</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user