{% extends "stampo.htm" %} {% block title %}Amministrazione{% endblock %} {% block content %}
| Nome | Autore | Azioni |
|---|---|---|
| {{riassunto.nome}} | {{riassunto.autore.nome}} {{riassunto.autore.cognome}} |
| Corso/Anno/Semestre | Nome | Docente | Azioni |
|---|---|---|---|
| {{corso.ramo}}/{{corso.anno}}/{{corso.semestre}} | {{corso.nome}} | {{corso.docente}} |