1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 07:50:23 +01:00
vichan/templates/mod/report_content.html

11 lines
197 B
HTML

<li class="mod-report">
<h2 class="report-header">{{ report_title }}</h2>
<div class="report-content">
{{ content_html }}
</div>
<ul class="report-list">
{{ reports_html }}
</ul>
</li>