1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-22 07:42:24 +00:00
mylar/data/interfaces/default/importlog.html

12 lines
193 B
HTML
Executable file

<%inherit file="base.html"/>
<%def name="headIncludes()">
</%def>
<%def name="body()">
<div class="table_wrapper">
<div>
${implog}
</div>
</div>
</%def>