freeFieldsSection.tpl 238 B

1234567891011
  1. <div class="lu-col-md-12">
  2. {foreach from=$rawObject->getSections() item=section }
  3. {$section->getHtml()}
  4. {/foreach}
  5. {foreach from=$rawObject->getFields() item=field }
  6. {$field->getHtml()}
  7. {/foreach}
  8. </div>