{{ if i.condition == player.feed_condition }} {{ if i.sponsored }}
Profile picture of {{i.username}}.
{{ else }} {{ if i.commented_post }}
{{ if i.profile_pic_available }}
Profile picture of {{i.username}}.
{{ else }}
{{ i.icon}}
{{ endif }}
{{i.username}}
@{{i.handle}}

{{i.text}}

{{ if i.pic_available == True }} {{i.alt_text}} {{ endif }}

{{ i.formatted_datetime }}


{{i.replies}}
{{i.reposts}}

You

Post your reply

{{ else }}
{{ if i.profile_pic_available }}
Profile picture of {{i.username}}.
{{ else }}
{{ i.icon}}
{{ endif }}
{{i.username}} @{{i.handle}} · {{i.date}}

{{i.text}}

{{ if i.pic_available == True }} {{i.alt_text}} {{ endif }}
{{i.replies}}
{{i.reposts}}
{{ endif }} {{ endif }} {{endif}}