{% import 'components/form/fields_macros.html.twig' as fields %}
{{ __('Projeto vinculado à issue Redmine de ID', 'redmine') }} #{{ redmine_project_id }}
{{ __('Categoria padrão das tarefas deste projeto', 'redmine') }}
{% if cat_options is empty %}
{{ __('Este projeto Redmine não possui categorias cadastradas.', 'redmine') }}
{% else %}
{{ fields.dropdownArrayField('default_category_id', default_category_id, cat_options, __('Categoria padrão', 'redmine'), { 'display_emptychoice': true }) }}
{% endif %}
{% if cat_options is not empty %} {% endif %}