| {{ __('Name') }} | {{ __('Description') }} | {{ __('Phase') }} | {{ __('Fields') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $template->name }} | {{ $template->description ?? '-' }} | {{ $template->phase ? $template->phase->name : __('Global project') }} | {{ count($template->fields) }} | |
| {{ __('No templates yet (table)') }} | ||||
{{ __('Columns: name, label, type, required, options, min, max, step') }}.
{{ count($importPreviewFields) }} {{ __('fields detected') }}:
| {{ __('Label') }} | {{ __('Name') }} | {{ __('Type') }} | {{ __('Required') }} |
|---|---|---|---|
| {{ $f['label'] }} | {{ $f['name'] }} | {{ $f['type'] }} | {{ !empty($f['required']) ? 'β' : '' }} |
{{ __('This project has no templates.') }}
@endif @endif