${_("Manage Projects")}

${_("Manage Projects")} (${len(all_projects)})

${_("Modify Project:")}

${_("Select this if you want to restrict this project and associated data to specific users or groups.")}
${_("Users can be associated with this project using the 'Permissions' panel.")} ${_('Permission for this project is "PROJECT_%s_MEMBER".') % project.id}

${_("Ticket custom field 'project' not configured. See installation instructions.")}
${_("Add Project:")}

${_("Select this if you want to restrict this project and associated data to specific users or groups.")}
${_("Users can be associated with this project using the 'Permissions' panel.")}

  ${_("ID")} ${_("Name")} ${_("Summary")} ${_("Completed")} ${_("Is restricted")}
${prj.id} ${prj.name} ${prj.summary} ${format_datetime(prj.closed if prj.closed else None) if prj.closed else ''}
Yes

Use permission PROJECT_${prj.id}_MEMBER to assign users to the project.