{% extends "base-2.html" %} {% block title %}{{ _("IPFire Planet") }}{% end block %} {% block bodyA %}
{% if lang == "de" %}

Der IPFire Planet ist eine Plattform für alle Personen, die in das Projekt involviert sind um mit der Community in Kontakt zu bleiben und sie über neue Entwicklungen zu informieren.

Um den Aufwand für die Entwickler in Maßen zu halten sind alle Einträge nur auf Englisch verfügbar.

{% else %}

The IPFire Planet is a place for the people who are involved in the project to tell the community about new progress in the development or make some minor announcements.

{% end %}
{% for entry in entries %} {{ modules.PlanetEntry(entry) }} {% end %}
{% end block %} {% block bodyB %}

{{ _("Subscribe") }}

{% if lang == "de" %} XXX GERMAN TEXT MISSING {% else %}

Click on the button below to subscribe to the IPFire planet feed. Add it to you favourite news reader and you will see new posts immediately.

{% end %}

{{ _("Feed") }}


{{ _("People on the IPFire planet") }}

{% end %}