plugins/sys/templates/user/dynamic_attributes/dynamic_html.stpl

Summary

Maintainability
Test Coverage
{foreach("fields")}
    <p>
        <label for="{#.name}">{t({#.title})}</label>
        {#.field}
    </p>
{/foreach}