{if $isExternal} {/if}

{'Thanks for submitting your idea'|gettext}

{if $currentMilestone && ($currentMilestone->getConditionType() == 'review' || $currentMilestone->getConditionType() == 'elaborate')} {"Once it's been approved by a moderator, it will be visible to other users"|gettext} {elseif $post->idea_is_private} {"Private Idea Submissions are enabled for this challenge. Your idea will only be visible to moderators."|gettext} {else} {"It has now been published to %s."|gettext|sprintf:$category->data['category_name']} {/if}

{'View your idea'|gettext}

{if count($posts) >= 10 and !$isExternal}

{'Other ideas you might be interested in'|gettext}

{assign var='counter' value=1} {assign var='pendingCounter' value=0} {assign var='adoptedCounter' value=0} {assign var='closedCounter' value=0} {assign var='removedCounter' value=0} {assign var='loadedPosts' value=0} {foreach from=$posts item=cPost} {assign var='postCategory_id' value=$cPost->data.post_category} {assign var='postCategory' value=Category::getParent($postCategory_id)} {assign var='loadedPosts' value=$loadedPosts|cat:",":$cPost->id} {if $postCategory->isIncubatorChallenge()} {assign var='milestoneCollection' value=Milestone::getCollection($postCategory->id, $cPost)} {Milestone::assess($milestoneCollection, $cPost)} {/if} {include file=Template::get('category/view_postPreview.html') postCategory=$postCategory listType='simple' } {/foreach}
{/if}