Commit aa002b56 by Spencer Gibb

fixed canceled leases template var referencec

fixes gh-375
parent fa84108e
......@@ -32,7 +32,7 @@
<tr><th>Timestamp</th><th>Lease</th></tr>
</thead>
<tbody>
<#if list5?has_content>
<#if lastNCanceled?has_content>
<#list lastNCanceled as entry>
<tr><td>${entry.date?datetime}</td><td>${entry.id}</td></tr>
</#list>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment