6 lines
187 B
HTML
6 lines
187 B
HTML
{% extends "base.html" %}
|
|
{% block title %}{{ report[0] }} - Wochenbericht{% endblock %}
|
|
{% block content %}
|
|
<section class="report-frame">{{ report[4] | safe }}</section>
|
|
{% endblock %}
|