%- include('header', { title: "Rally the Troops!", refresh: (active_games.length > 0 ? 300 : 0) }) -%>
Welcome, <%= user.name %>!
Your mail address is <%= user.mail %>.
»
<% if (user.notify) { %>
Disable mail notifications
<% } else { %>
Enable mail notifications
<% } %>
»
Change
password,
mail address,
name,
or profile text.
»
Chat log
»
Logout
<% if (open_games.length > 0) { %>
ID | Game | Scenario | Players | Description | Created | |
---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.title_name %> | <%= row.scenario %> | <%- row.player_names %> | <%= row.description %> | <%= row.ctime %> | Join <% }); %> |
ID | Game | Scenario | Players | Description | Changed | Turn | |||
---|---|---|---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.title_name %> | <%= row.scenario %> | <%- row.player_names %> | <%= row.description %> | <%= row.mtime %> <% if (row.is_active) { %> | <%= row.active %> <% } else { %> | <%= row.active %> <% } %> <% if (row.is_shared) { %> | Play <% } else { %> | Play <% } %> <% }); %> |
ID | Game | Scenario | Players | Description | Finished | Result | ||
---|---|---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.title_name %> | <%= row.scenario %> | <%- row.player_names %> | <%= row.description %> | <%= row.mtime %> | <%= row.result %> <% if (row.is_shared) { %> | View <% } else { %> | View <% } %> <% }); %> |
You don't have any current or finished games. <% } %>