• {"Idea will be moved back to previous milestone - approval and refine milestones only"|gettext}

    {if $canBeReverted gt 0}

    {"%s ideas will be affected"|gettext|sprintf:$canBeReverted}

    {else}

    {"None of the selected ideas will be affected due to the nature of the milestone they're in."|gettext}

    {/if} {if $cannotBeReverted gt 0 && $canBeReverted gt 0}

    {"%s ideas will not be affected due to the nature of the milestone they're in"|gettext|sprintf:$cannotBeReverted}

    {/if}
  • {"Idea will be progressed to the next milestone - approval milestones only"|gettext}

    {if $canBeApproved gt 0}

    {"%s ideas will be affected"|gettext|sprintf:$canBeApproved}

    {else}

    {"None of the selected ideas will be affected due to the nature of the milestone they're in."|gettext}

    {/if} {if $cannotBeApproved gt 0 && $canBeApproved gt 0}

    {"%s ideas will not be affected due to the nature of the milestone they're in"|gettext|sprintf:$cannotBeApproved}

    {/if}
  • {"The ideas progress will end here and the idea will be closed - approval milestones only"}

    {if $canBeRejected gt 0}

    {"%s ideas will be affected"|gettext|sprintf:$canBeRejected}

    {else}

    {"None of the selected ideas will be affected due to the nature of the milestone they're in."|gettext}

    {/if} {if $cannotBeRejected gt 0 && $canBeRejected gt 0}

    {"%s ideas will not be affected due to the nature of the milestone they're in"|gettext|sprintf:$cannotBeRejected}

    {/if}
{"Saving"|gettext}...