|
|
@ -6,8 +6,8 @@ |
|
|
|
<link>{{ url('main_index') }}</link> |
|
|
|
<link>{{ url('main_index') }}</link> |
|
|
|
{% for player in players %} |
|
|
|
{% for player in players %} |
|
|
|
<item> |
|
|
|
<item> |
|
|
|
<title>{{ player.name }} {{ 'joined game!' | trans }}</title> |
|
|
|
<title>{{ player.name }} {{ 'joined' | trans }} {{ app.name }}!</title> |
|
|
|
<guid>{{ player.id }}</guid> |
|
|
|
<guid>player#{{ player.id }}</guid> |
|
|
|
<pubDate>{{ player.joined | date("D, d M Y h:i:s O") }}</pubDate> |
|
|
|
<pubDate>{{ player.joined | date("D, d M Y h:i:s O") }}</pubDate> |
|
|
|
</item> |
|
|
|
</item> |
|
|
|
{% endfor %} |
|
|
|
{% endfor %} |
|
|
|