mylar/data/interfaces/default/importlog.html

13 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>