{{#each reviews}}
{{#if avatar}}{{/if}}
{{datum_vreme}}
{{nadimak}}
{{#if firma}} {{/if}}
{{{poruka}}}
{{#if photos}}
    {{#each imgphotos}}
  • {{/each}}
{{/if}} {{#if _replies}} {{#each _replies}}
{{#if avatar}}{{/if}}
{{datum_vreme}}
{{nadimak}}
{{#if firma}} {{/if}}
{{{poruka}}}
{{#if photos}}
    {{#each imgphotos}}
  • {{/each}}
{{/if}}
{{/each}} {{/if}}
{{/each}}