diff --git a/src/flavors/raingardens/jstemplates/place-detail.html b/src/flavors/raingardens/jstemplates/place-detail.html
index c0d498cb4a..57fca4f406 100644
--- a/src/flavors/raingardens/jstemplates/place-detail.html
+++ b/src/flavors/raingardens/jstemplates/place-detail.html
@@ -29,30 +29,39 @@
+
+ {{#_}}
+ {{#if submitter.avatar_url }}
+
{{^}}
- {{ anonymous_name }}
+
{{/if}}
- {{/if}}
- {{ action_text }} this {{ place_type_label location_type}}
+ {{#if submitter.name }}
+ {{ submitter.name }}
+ {{^}}
+ {{#if submitter_name }}
+ {{ submitter_name }}
+ {{^}}
+ {{ anonymous_name }}
+ {{/if}}
+ {{/if}}
+ {{ action_text }} this {{ place_type_label location_type}}
- {{#if region}}
- in {{ region }}
- {{/if}}{{/_}}
+ {{#if region}}
+ in {{ region }}
+ {{/if}}{{/_}}
-
+
- {{ survey_count }} {{ survey_label_by_count }}
+ {{ survey_count }} {{ survey_label_by_count }}
{{^if survey_config}}
View On Map
{{/if}}
-
+
+ {{/unless}}