{{! Author: Jean-Baptiste Louvet-Daniel
   -
   - This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at https://mozilla.org/MPL/2.0/. }}

<div class='custom-system-entity' autocomplete='off'>
    {{! Sheet Header }}
    <header class='sheet-header'>
        <div class='profile-img-container' style='width: 50px; height: 50px; flex: 0 0 50px'>
            <img class='profile-img {{#if isDefaultImg}}csb-filter-default-svg{{/if}}' src='{{document.img}}' data-action="editImage" data-edit='img' <div class='header-fields'>
        </div>
        <h1 class='itemname'>
            <input name='name' type='text' value='{{document.name}}' placeholder='Name' />
        </h1>
    </header>

    <div class='custom-system-customBody'></div>
</div>