+ {if $Project->Stage}
+
{_ "Stage"}
+ {if $Project->Stage == null}
+
{$Project->Stage}
+ {/if}
+ {if $Project->Stage == Commenting}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {if $Project->Stage == Bootstrapping}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {if $Project->Stage == Prototyping}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {if $Project->Stage == Testing}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {if $Project->Stage == Maintaining}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {if $Project->Stage == Drifting}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {if $Project->Stage == Hibernating}
+
+
+ {$Project->Stage}
+
+
+ {/if}
+ {/if}
+ {if $Project->README}
+
{_ "README"}
+
+ {$Project->README|escape|markdown}
+
+ {/if}
+
+ {*
+
Comments:
+
+ {foreach item=Comment from=$Project->$Comments}
+
+ {$Comment->Message}
+
+ {/foreach}
+ *}
+
+ {* if ($.User && $Project->hasMember($.User))}
+
+ {/if *}
+
+
+ {_ "Project Activity"}
+
+
+
+ {foreach item=Article from=$Project->getActivity()}
+ {projectActivity $Article headingLevel=h3 showProject=no}
+ {foreachelse}
+
{_ "This project doesn't have any activity yet, post an update or log some buzz!"}
+ {/foreach}
+
+
{_ "Project Info"}
+
+
+
+
+
+ {if $Project->Memberships}
+
{_ "Members"}
+
+
+ {if $.User && $Project->hasMember($.User)}
+
+ {_ "Add"}
+ {/if}
+ {/if}
+
+
+
+ {if $Project->TechTags}
+ {_ "Tech"}:
+
+ {foreach item=Tag from=$Project->TechTags}
+ - {contextLink $Tag}
+ {/foreach}
+
+ {/if}
+
+ {if $Project->TopicTags}
+ {_ "Topics"}:
+
+ {foreach item=Tag from=$Project->TopicTags}
+ - {contextLink $Tag}
+ {/foreach}
+
+ {/if}
+
+ {if $Project->EventTags}
+ {_ "Events"}:
+
+ {foreach item=Tag from=$Project->EventTags}
+ - {contextLink $Tag}
+ {/foreach}
+
+ {/if}
+
+
+
+
+

+
+