{include file="header.html"} {include file="balanceheader.html"}

Informacja o taryfie {$tariff.name}

{$tariff.name}
Opis: {$tariff.description}
Wartość: {$tariff.value|string_format:"%01.2f"} zł
Uprate: {if $tariff.uprate}{$tariff.uprate}kb/s{else}brak limitu{/if}
Downrate: {if $tariff.downrate}{$tariff.downrate}kb/s{else}brak limitu{/if}
Ilość użytkowników: {$tariff.count}
Zysk miesięczny: {$tariff.totalval|string_format:"%01.2f"} zł
Edytuj {if $tariff.count eq 0} Usuń {/if}
Użytkownicy w tej taryfie:
{cycle values="#DFD5BD,#EBE4D6" print=false} {section name=l1 loop=$tariff.users max=$tariff.rows} {section name=l2 loop=$tariff.users start=$smarty.section.l1.index step=$tariff.rows} {/section}{cycle print=false} {/section}
({$tariff.users[l2].id|string_format:"%04d"}) {$tariff.users[l2].username}

Przenieś tych użytkowników do taryfy:

{include file="footer.html"}