{% extends 'default/layout.html.twig' %} {% block body %}
{{ 'Observe Kevacoin Universe' | trans }}
{% for record in records %}
{{ record.key }}
{{ record.value | nl2br }}
{{ record.time | format_date }} {{ 'in' | trans }} {{ record.block }}
{% endfor %}
{% if request.get('part') %} {{ 'older' | trans }} | {% endif %} {{ 'newer' | trans }}
{##}
{{ 'KVAZAR Webapp' | trans }} {{ 'is content explorer for' | trans }} {{ 'Kevacoin Blockchain' | trans }}.
{{ 'Sources distributed under the MIT License. Ownership of all content belongs to the authors.' | trans }}
{% endblock %}