+
+
+ {title}
+
+ {#if relativeYearLabel}
+
{relativeYearLabel}
+ {/if}
+
+
+ {#if doc.summary}
+
+ “{doc.summary}”
+
+ {/if}
+
+
+ {doc.documentDate ? formatDate(doc.documentDate) : '—'}
+ {#if doc.location}
+ ·
+ {doc.location}
+ {/if}
+ {#if otherPartyName}
+ ·
+ {otherPartyName}
+ {/if}
+
+
+ {#if displayedTags.length > 0}
+
+ {#each displayedTags as tag (tag.id)}
+ {tag.name}
+ {/each}
+ {#if hiddenTagCount > 0}
+ +{hiddenTagCount}
+ {/if}
+
+ {/if}
+
+