<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="alternate" type="application/rss+xml" href="atoms/new-games.xml" title="Multiplayer FreeOrion slow games" />
<link rel="stylesheet" type="text/css" href="static/style.css" />
<title>Welcome to multiplayer FreeOrion slow games!</title>
</head>
<body>
{{> header}}
<div class="content">
<h1>Welcome to FreeOrion slow games!</h1>
<p>There is a page about slow multiplayer FreeOrion games influenced by <a href="https://longturn.net/">FreeCiv LongTurn project</a>.</p>
<p>Subscribe to <a href="atoms/new-games.xml">RSS</a> <a href="http://www.feedvalidator.org/check.cgi?url=https%3A//freeorion-test.dedyn.io/atoms/new-games.xml"><img src="static/valid-rss-rogers.png" alt="[Valid RSS]" title="Validate my RSS feed" /></a> to get information about upcoming games.
</p>

<p>Information, updates, registration and support for this server
<a href="https://freeorion.org/forum/viewtopic.php?f=2&t=11274">https://freeorion.org/forum/viewtopic.php?f=2&t=11274</a>.
</p>
<p>To set or change game password visit <a href="query-reset-game-pwd.html">Reset game password</a>.</p>
<p>List of slow games:
<ul>
{{#each games as |game|}}
    <li class=
    {{#if game.status}}
        {{#if (eq game.status "started")}}
            "game-status-started"
        {{else}}
            "game-status-finished"
        {{/if}}
    {{else}}
       "game-status-prepared"
    {{/if}}
    ><a href="slow-game-{{ game.gameuidenc }}.html">{{ game.gameuid }}</a></li>
{{/each}}
</ul>
</p>
</div>
{{> footer}}
</body>
</html>