mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 17:28:41 +01:00
13 lines
214 B
HTML
13 lines
214 B
HTML
|
<li class="mod-report">
|
||
|
<div class="report-details">
|
||
|
<h2>{{ report_title }}</h2>
|
||
|
</div>
|
||
|
|
||
|
<div class="report-content">
|
||
|
{{ content_html }}
|
||
|
</div>
|
||
|
|
||
|
<ul class="report-list">
|
||
|
{{ reports_html }}
|
||
|
</ul>
|
||
|
</li>
|