{% extends "layout.html" %} {% from "macros.html" import render_table, render_likes %} {% block title %}Startseite{% endblock %} {% block content %} {% if check_login() %}
Datum: {{protocol.date|datify_long}}
{% endif %} {% if protocol.start_time is not none and protocol.end_time is not none %}Zeit: von {{protocol.start_time|timify}} bis {{protocol.end_time|timify}}
{% endif %} {% for meta in protocol.metas %} {% if not meta.internal or show_private %}{{meta.name}}: {{meta.value}}
{% endif %} {% endfor %}