|
@@ -104,6 +104,27 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+
|
|
|
|
+ <h2 class="karmen-relation-header">Studente</h2>
|
|
|
|
+ {{if .Data.Student}}
|
|
|
|
+ <div class="list-group" id="classes_list_group">
|
|
|
|
+ <a href="/teachers/{{.Data.Student.ID}}?{{query "tpl_layout" "base" "tpl_content" "students_show"}}" class="list-group-item list-group-item-action">
|
|
|
|
+ <span class="fa fa-user"></span>
|
|
|
|
+ {{.Data.Student.Surname}} {{.Data.Student.Name}}
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ {{else}}
|
|
|
|
+
|
|
|
|
+ <p>All'attività non è associato alcuno studente. Clicca <a href="/activities/update?{{query "base" "activities_add_update"}}">qui</a> per modificare questa attività didattica.</p>
|
|
|
|
+
|
|
|
|
+ {{end}}
|
|
|
|
+
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|