{{ define "timeline/fragments/vouchSuggestions" }} {{ if and .LoggedInUser .VouchSuggestions }}

{{ i "shield-plus" "size-4 flex-shrink-0" }} Suggested

View all {{ i "arrow-right" "size-3.5" }}
{{ range .VouchSuggestions }}
{{ template "user/fragments/picLink" (list .Did.String "size-10") }}
{{ template "user/fragments/vouch" (dict "VouchRelationship" .VouchRelationship) }}
{{ end }}
{{ end }} {{ end }}