{% extends tpl/layout.html %} {% block title %}irgendwas mit Vermessungen{% endblock %} {% block content %}
{% if(isset($newest)): %}Datum | Goldmünzen | Amtsteher | Läufer |
---|---|---|---|
{{ $tmp['datum'] }} | {{ $tmp['gold'] }} gm | {{ $tmp['amt'] }} | {{ implode(', ', $tmp['laeufer']) }} |