Skip to content
Snippets Groups Projects
Commit b7100e08 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update table

parent 2c000516
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,11 @@
<div class="row">
<div class="col-md-2" style="vertical-align: middle">
<h3 class="placement">#{{ loop.index }}</h3>
Highscore: {{ event.meta.highscore }}
<table class="top10">
{% for key, value in event.meta.items() %}
<tr><td>{{ key }}</td><td>{{ value }}</td></tr>
{% endfor %}
</table>
</div>
<div class="col-md-8">
<a href="{{ event.plot_filename }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment