{include file="header.html"} {title value=$layout.pagetitle link="{fontimg src='list'} {trans('Lista grup')}"} {box style="padding:5px;"}
{body}
ID : {$contractorgroup.id|string_format:"%04d"}
{trans("Nazwa")} : {$contractorgroup.name}
{trans("Opis")} : {$contractorgroup.description|nl2br}
{trans("Kontrahenci")} : {include file="multiselect.html" selected=$contractorgroup.groups}
{/body} {footer} {fontimg src="img/save.gif"} {trans("Zapisz")} {fontimg src='img/cancel.gif'} {trans("Anuluj")} {/footer}
{/box} {include file="footer.html"}