@using Iceshrimp.Assets.PhosphorIcons @if (NoteResponse.Renote != null) {
Renoted by
} else { @if (NoteResponse.Filtered is not null && NoteResponse.Filtered.Hide == false) {
@Loc["This note is hidden by your filter"] @NoteResponse.Filtered.Name
} @if (_overrideHide || NoteResponse.Filtered == null) { } }