diff options
Diffstat (limited to 'server/templates')
-rw-r--r-- | server/templates/server/doc_type.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/templates/server/doc_type.html b/server/templates/server/doc_type.html index c81bcdb..2871258 100644 --- a/server/templates/server/doc_type.html +++ b/server/templates/server/doc_type.html @@ -237,6 +237,12 @@ <td>{{dat.clan.1}}</td> <td>{{dat.clan.2}}</td> </tr> + <tr> + <td><b>Totali</b></td> + <td><b>{{dat.total.0}}</b></td> + <td><b>{{dat.total.1}}</b></td> + <td><b>{{dat.total.2}}</b></td> + </tr> </tbody> </table> </div> |