2018-05-22 00:35:52 +01:00
|
|
|
<div class="cell large-auto">
|
2017-01-02 13:36:09 +00:00
|
|
|
<h4>{L_SUMMARY_ADDED}</h4>
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td class="thead">{L_SUMMARY_TYPE}</td>
|
2018-05-22 00:35:52 +01:00
|
|
|
<td class="thead">{L_SUMMARY_NAME}</td>
|
2017-01-02 13:36:09 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
%(added)s
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2018-05-22 00:35:52 +01:00
|
|
|
<div class="cell large-auto">
|
2017-01-02 13:36:09 +00:00
|
|
|
<h4>{L_SUMMARY_VIEWED}</h4>
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td class="thead">{L_SUMMARY_TYPE}</td>
|
2018-05-22 00:35:52 +01:00
|
|
|
<td class="thead">{L_SUMMARY_NAME}</td>
|
2017-01-02 13:36:09 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
%(viewed)s
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2018-05-22 00:35:52 +01:00
|
|
|
<div class="cell large-auto">
|
2017-01-02 13:36:09 +00:00
|
|
|
<h4>{L_SUMMARY_UPDATED}</h4>
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<td class="thead">{L_SUMMARY_TYPE}</td>
|
2018-05-22 00:35:52 +01:00
|
|
|
<td class="thead">{L_SUMMARY_NAME}</td>
|
2017-01-02 13:36:09 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
%(updated)s
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|