@@ -26,7 +26,22 @@
</div>
-
+
+ <div class="row">
+ <div class="col-md-12">
+ {{$options := `
+ title: "Operatori associati allo studente"
+ model: "Operator"
+ icon: "fa fa-user"
+ `}}
+ {{$noElements := "Nessun operatore associato allo studente."}}
+ {{template "relation_list" dict "options" ($options|yaml) "data" .Data.Operators "noElements" $noElements}}
+ </div>
{{ end }}