mirror of
https://github.com/openvk/openvk
synced 2025-03-15 14:05:36 +03:00
12 lines
425 B
XML
12 lines
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}
|