Edit Post

×
{{!-- FIXME: Hiding post category marker until we have some way to specify the primary category
--}}
{{title}}
Post Details

{{#if user}}{{user.first_name}} {{user.last_name}}{{else}}Anonymous{{/if}}

{{#if location}}

{{location.lat}}, {{location.lon}}

{{/if}}

{{ datetime-fromNow created }}

{{#if isPublished}}

Published

{{else}} {{!-- @todo add ucfirst handler and format status --}}

{{status}}

{{/if}}
{{#if tags}}
Categories add
    {{#each tags}}
  • {{tag}}
  • {{/each}}
{{/if}}
{{!-- TODO : Show recent revisions
Post History
  • edited by {User Name}
  • 3 hours ago
  • published by {Admin Display Title}
  • 6 hours ago
  • created by {Anonymous}
  • 14 hours ago
--}}
{{#if fieldsets}}

Add Media

    {{#each fieldsets}}
  • {{#if icon}}{{ else }}{{/if}}
  • {{/each}}
{{/if}}