diff --git a/templates/results.html b/templates/results.html index e2ade2a..76e441f 100644 --- a/templates/results.html +++ b/templates/results.html @@ -66,76 +66,81 @@ ${t['title']} -
# | -Nome | -Nota | -- |
---|
- % if loop.index == 0:
- - - 1º - -- % else: - - ${loop.index+1} - - % endif - |
-
-
- % if loop.index == 0:
-
- % else:
- ${r[1]}
- % endif
- |
-
-
- % if r[2] < 10:
- | ||
+ % if loop.index == 0:
+ + + 1º + ++ % else: + + ${loop.index+1} + + % endif + |
+
+
+ % if loop.index == 0:
+
% else:
- |
+
+
+ % if r[2] < 10:
+
- |
- - <% - dt = datetime.now() - datetime.strptime(r[3], '%Y-%m-%d %H:%M:%S.%f') - %> - - % if dt.days > 0: - ${dt.days}d - % elif dt.seconds >= 3600: - (${dt.seconds // 3600} horas - % elif dt.seconds >= 60: - (${dt.seconds // 60} minutos - % else: - (${dt.seconds} segundos - % endif + | ++ <% + dt = datetime.now() - datetime.strptime(r[3], '%Y-%m-%d %H:%M:%S.%f') + %> + + % if dt.days > 0: + ${dt.days}d + % elif dt.seconds >= 3600: + (${dt.seconds // 3600} horas + % elif dt.seconds >= 60: + (${dt.seconds // 60} minutos + % else: + (${dt.seconds} segundos + % endif - - | -