templates/six/supportticketsubmit-customf...

10 lines
321 B
Smarty
Raw Permalink Normal View History

2024-05-31 15:56:23 +02:00
{foreach from=$customfields item=customfield}
<div class="form-group">
<label for="customfield{$customfield.id}">{$customfield.name}</label>
{$customfield.input}
{if $customfield.description}
<p class="help-block">{$customfield.description}</p>
{/if}
</div>
{/foreach}