1<?php 2 3use Fisharebest\Webtrees\I18N; 4 5?> 6 7<div class="form-group"> 8 <label class="col-form-label" for="note"> 9 <?= I18N::translate('Note') ?> 10 </label> 11 <textarea class="form-control" id="note" name="note" required rows="5" dir="auto"></textarea> 12</div> 13 14<?= view('modals/restriction-fields') ?> 15