{# # Copyright (C) 2021 Cinc # # All rights reserved. # # License: 3-clause BSD #} # extends 'admin.html' # block admintitle ${_("Basic Settings")} # endblock admintitle # block head ${ super() } # endblock head # block adminpanel

${_("Basic Settings")}

# if not custom_field
${jmacros.form_token_input()}
${_("Ticket custom field")}
${_("Ticket custom field 'project' not configured. See installation instructions.")}

${_("Do you want to create the ticket custom field now?")}

${_("Without the proper ticket custom field it's not possible to link tickets to projects.")}

# if 'PROJECT_ADMIN' in perm:
# endif
# endif {# Milestones #}
${jmacros.form_token_input()}
${_("Milestone configuration")}

${_("Check this option if you want to create milestones without linked projects. Such milestones can be used freely in any project.")}

${_("Check this option if you want to link milestones only to a single project.")}

# if 'PROJECT_ADMIN' in perm:
# endif
{# Versions #}
${jmacros.form_token_input()}
${_("Version configuration")}

${_("Check this option if you want to create versions without linked projects. Such versions can be used freely in any project.")}

${_("Check this option if you want to link versions only to a single project.")}

# if 'PROJECT_ADMIN' in perm:
# endif
{# Permission policy #}
${jmacros.form_token_input()}
${_("Permission policies")}
# if not permission_policy
${_("Permission policy 'SmpPermissionPolicy' is not installed.")}
# endif

${_("Specify the permission policies to be used.")}

${_("'SmpPermissionPolicy' checks user permissions for projects. Without installing it you still may link items to projects but no restrictions are enforced.")}

${_("Note that the order of policies is important here.")}

# if 'PROJECT_ADMIN' in perm:
# endif
# endblock adminpanel