openvk/Web/Presenters/templates/components/postChanges.xml
2022-08-28 21:22:11 +03:00

12 lines
No EOL
425 B
XML

<h4 n:if="$showTitle ?? true">История ({$cAmount})</h4>
{if $cCount > 0}
{foreach $changes as $change}
{include "postChange.xml", change => $change, post => $post}
{/foreach}
<div style="margin-top: 11px;">
{include "paginator.xml", conf => (object) ["page" => $cPage, "count" => $cCount, "amount" => $cAmount, "perPage" => 5]}
</div>
{else}
Ничего не найдено.
{/if}