{#
 # This file is part of the CRUDlex package.
 #
 # (c) Philip Lehmann-Böhm <philip@philiplb.de>
 #
 # For the full copyright and license information, please view the LICENSE
 # file that was distributed with this source code.
 #}

{% include app.crud.getTemplate(app, 'template', 'fieldLabel', crudEntity) with {
    field: field,
    definition: crudData.getDefinition(),
    annotations: annotations
} only %}
<input type='text' class="form-control crudDateTime" id="{{ field }}" value="{{ value|formatDateTime(false) }}" name="{{ fieldNamePrefix ~ field }}"/>
