{% extends "wlmaps/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% load custom_date %} {% load wlprofile_extras %} {% load wlmaps_extra %} {% load threadedcomments_tags %} {% load pagination_tags %} {% block content %} Upload a new map

Maps

The map files have to be placed in the Widelands map directory to be found by the game. Check the Technical FAQ to find the map directory.

{% autopaginate maps maps_per_page %} {% paginate %}
{% for map in maps %} {% endfor %}
{{ map.name }}

{{ map.name }}

{# franku: no rating app available#} {% get_comment_count for map as ccount %} {% if not map.world_name %} {% endif %}
Author:{{ map.author }} Dimensions:{{ map.w }} x {{ map.h }}
World: {% if map.world_name %} {{ map.world_name|title }} {% else %} One World {% endif %} Max. Players:{{ map.nr_players }}
Rating:{{ map.rating|average_rating }} ({{ map.rating.votes }} Votes)Comments:{{ ccount }}
Upload: by {{ map.uploader|user_link }} at {{ map.pub_date|custom_date:user }}
This map requires a version of Widelands newer than build18!
Downloads:{{ map.nr_downloads }} Direct Download

{% paginate %}
{% endblock %}