{"%s selected ideas"|gettext|sprintf:'{$ideaCount}'}

{* Wording for if the idea is in the previous phase or not *}

{include file=Template::get('category/miniFunnel.html') cPost=$post prevPhaseClass="advFormPrev" nextPhaseClass="advFormNext" currentPhaseClass="advFormCurr" isFixedPosition=true}

{if $actionableCount eq 0}

{"No actions can be performed on the selected ideas."|gettext}

{else} {if $eligableCounts['canGoBackwardFromCurrent'] gt 0}

{"Move back to previous phase"|gettext} ({"%s ideas"|gettext|sprintf:$eligableCounts['canGoBackwardFromCurrent']})

{/if} {if $eligableCounts['canJumpForwardToCurrent'] gt 0}

{"Bring ideas from earlier phases into current phase"|gettext} ({"%s ideas"|gettext|sprintf:$eligableCounts['canJumpForwardToCurrent']})

{/if} {if $eligableCounts['canComeForwardToCurrent'] gt 0}

{"Bring into current phase"|gettext} ({"%s ideas"|gettext|sprintf:$eligableCounts['canComeForwardToCurrent']})

{/if} {if $eligableCounts['canComeBackToCurrent'] gt 0}

{"Bring back to current phase"|gettext} ({"%s ideas"|gettext|sprintf:$eligableCounts['canComeBackToCurrent']})

{/if} {if $eligableCounts['canGoForwardFromCurrent'] gt 0}

{"Advance to next phase"|gettext} ({"%s ideas"|gettext|sprintf:$eligableCounts['canGoForwardFromCurrent']})

{/if}

{"If you wish, you can enter a reason for the change."|gettext}

{/if}
{if $actionableCount gt 0} {/if}