{% extends "wlhelp/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% block title %} {{ block.super }} {% endblock %} {% block content_header %}

Encyclopedia

{% endblock %} {% block content_main %}
Encyclopedia Index

All Tribes in Widelands:

{% for tribe in tribes %}

{{ tribe.displayname }}

{% include "wlhelp/inlines/tribes_details.html" %} {% endfor %}
{% endblock %}