diff --git a/src/lib/components/reps/SummonRep.svelte b/src/lib/components/reps/SummonRep.svelte
index ea3fbf57..d02765ab 100644
--- a/src/lib/components/reps/SummonRep.svelte
+++ b/src/lib/components/reps/SummonRep.svelte
@@ -1,45 +1,110 @@
-
-
{#if main}

{/if}
-
- {#each grid as s, i}
- - {#if s}
{/if}
- {/each}
-
+
+
+ {#if main}

{/if}
+
+
+ {#each grid as s, i}
+ -
+ {#if s}
{/if}
+
+ {/each}
+
+ {#if extendedView}
+
+ {#if friend}

{/if}
+
+ {/if}
-
diff --git a/src/lib/components/reps/WeaponRep.svelte b/src/lib/components/reps/WeaponRep.svelte
index 3fe4ed0a..602d4f6d 100644
--- a/src/lib/components/reps/WeaponRep.svelte
+++ b/src/lib/components/reps/WeaponRep.svelte
@@ -1,49 +1,48 @@
-
{#if mainhand}

{/if}
-
- {#each grid as w, i}
- - {#if w}
{/if}
- {/each}
-
-
+
+ {#if mainhand}

{/if}
+
+
+ {#each grid as w, i}
+ -
+ {#if w}
{/if}
+
+ {/each}
+
-