diff --git a/PlotLine/Views/Scenes/_SceneInspector.cshtml b/PlotLine/Views/Scenes/_SceneInspector.cshtml
index 561b43f..6d6b8fa 100644
--- a/PlotLine/Views/Scenes/_SceneInspector.cshtml
+++ b/PlotLine/Views/Scenes/_SceneInspector.cshtml
@@ -69,10 +69,101 @@
}
+ @if (Model.CharacterSuggestions.Any() || Model.AssetSuggestions.Any())
+ {
+ Word Companion Suggestions
+ @if (TempData["SceneCharacterSuggestionError"] is string suggestionError)
+ {
+
+ }
+ @if (TempData["SceneAssetSuggestionError"] is string assetSuggestionError)
+ {
+
+ }
+ Characters
+ @foreach (var suggestion in Model.CharacterSuggestions)
+ {
+ Assets
+ @foreach (var suggestion in Model.AssetSuggestions)
+ {
+
No characters attached to this scene yet. Add the people who appear, are mentioned, or meaningfully affect the scene.