+
+
+
+
+
![]()
+
{{
+ post.user.name.charAt(0)
+ }}
+
+
{{ post.user.name }}
+
+
+
+ {{ post.user?.name || 'Anonymous' }}
+
+
+
+ ({{ post.user.institution }})
+
+
+
•
+
{{ formatTimeAgo(post.created_at) }}
+
+
+
+
+
+
+ {{ post.answers_count }}
+ {{
+ post.answers_count === 1
+ ? 'answer'
+ : 'answers'
+ }}
+
+
+