Commit aa002b56 by Spencer Gibb

fixed canceled leases template var referencec

fixes gh-375
parent fa84108e
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<tr><th>Timestamp</th><th>Lease</th></tr> <tr><th>Timestamp</th><th>Lease</th></tr>
</thead> </thead>
<tbody> <tbody>
<#if list5?has_content> <#if lastNCanceled?has_content>
<#list lastNCanceled as entry> <#list lastNCanceled as entry>
<tr><td>${entry.date?datetime}</td><td>${entry.id}</td></tr> <tr><td>${entry.date?datetime}</td><td>${entry.id}</td></tr>
</#list> </#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