Template Anpassung "index_ls.tpl" -> Im Fall von Vorkasse

Hallo zusammen,

ich möchte gerne in dem template “index_ls.tpl” auf der rechten Seite unter dem Firmenname im Fall eines Vorkasse-Vorgangs das Wort “VORKASSE” anzeigen lassen und frage mich wie ich dies umsetzen kann.

Die Doku dazu hat mir leider nicht weitergeholfen.

Würde mich über ein paar Tipps sehr freuen. Vielen Dank :slight_smile:

{extends file="documents/index.tpl"}

{block name="document_index_table_head_tax"}
{/block}
{block name="document_index_table_head_price"}
{/block}
{block name="document_index_table_tax"}
{/block}
{block name="document_index_table_price"}
{/block}
{block name="document_index_amount"}
{/block}

{block name="document_index_head_bottom"}
    {s name="DocumentIndexShippingNumber"}{/s} {$Document.id}
    {s name="DocumentIndexPageCounter"}{/s}
{/block}
{block name="document_index_selectAdress"}
    {assign var="address" value="shipping"}
{/block}
{block name="document_index_table_each"}{if $position.modus == 0 || $position.modus == 1}{$smarty.block.parent}{/if}{/block}
{block name="document_index_head_right"}
    {$smarty.block.parent}
    {if $Document.bid}{s name="DocumentIndexInvoiceID"}{/s} {$Document.bid}{/if}
{/block}