{{ .entry.Title }}
{{ if .user }}- {{ if eq .entry.Status "unread" }}{{ template "icon_read" }}{{ else }}{{ template "icon_unread" }}{{ end }}{{ if eq .entry.Status "unread" }}{{ t "entry.status.read" }}{{ else }}{{ t "entry.status.unread" }}{{ end }}
- {{ if .entry.Starred }}{{ template "icon_unstar" }}{{ else }}{{ template "icon_star" }}{{ end }}{{ if .entry.Starred }}{{ t "entry.bookmark.toggle.off" }}{{ else }}{{ t "entry.bookmark.toggle.on" }}{{ end }} {{ if .hasSaveEntry }}
- {{ template "icon_save" }}{{ t "entry.save.label" }} {{ end }}
- {{ if .entry.ShareCode }} {{ template "icon_share" }}{{ t "entry.shared_entry.label" }} {{ else }} {{ template "icon_share" }}{{ t "entry.share.label" }} {{ end }}
- {{ template "icon_external_link" }}{{ t "entry.external_link.label" }}
- {{ template "icon_scraper" }}{{ t "entry.scraper.label" }} {{ if .entry.CommentsURL }}
- {{ template "icon_comment" }}{{ t "entry.comments.label" }} {{ end }}