{{#navigation}}
{{{.}}}
{{/navigation}}
{{#str}}listplanscaption, tool_lp{{/str}}
{{#str}}planname, tool_lp{{/str}} |
{{#str}}templatebased, tool_lp{{/str}} |
{{#str}}status, tool_lp{{/str}} |
{{#str}}actions, tool_lp{{/str}} |
{{#plans}}
{{{name}}}
|
{{#isbasedontemplate}}
{{#str}}yes{{/str}}
{{/isbasedontemplate}}
{{^isbasedontemplate}}
{{#str}}no{{/str}}
{{/isbasedontemplate}}
|
{{statusname}} |
{{#canmanage}}
{{/canmanage}}
|
{{/plans}}
{{^plans}}
{{#str}}nouserplans, tool_lp{{/str}}
{{/plans}}
{{#canreaduserevidence}}
{{/canreaduserevidence}}
{{#js}}
// Initialise the JS.
require(['tool_lp/planactions'],
function(ActionsMod) {
var planActions = new ActionsMod('plans');
planActions.enhanceMenubar('.planactions');
});
{{/js}}