diff --git a/agot-bg-website/agotboardgame_main/templates/agotboardgame_main/components/games_table.html b/agot-bg-website/agotboardgame_main/templates/agotboardgame_main/components/games_table.html
index bf2709b3c..f992e0be8 100644
--- a/agot-bg-website/agotboardgame_main/templates/agotboardgame_main/components/games_table.html
+++ b/agot-bg-website/agotboardgame_main/templates/agotboardgame_main/components/games_table.html
@@ -11,7 +11,9 @@
Players
|
- {% if show_join_as and perms.agotboardgame_main.can_play_as_another_player %}
+ {% if show_join_as_waited and perms.agotboardgame_main.can_play_as_another_player %}
+ |
+ {% elif show_join_as_owner and perms.agotboardgame_main.can_play_as_another_player %}
|
{% elif perms.agotboardgame_main.cancel_game %}
|
@@ -148,7 +150,7 @@
{% endif %}
{% endif %}
- {% if show_join_as and game.inactive_user_id and perms.agotboardgame_main.can_play_as_another_player %}
+ {% if show_join_as_waited and game.inactive_user_id and perms.agotboardgame_main.can_play_as_another_player %}
{% endif %}
+ {% if show_join_as_owner and perms.agotboardgame_main.can_play_as_another_player and game.state == "IN_LOBBY" %}
+
+ Join as host
+
+ {% endif %}
{% if perms.agotboardgame_main.cancel_game %}