{% extends "wlmaps/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% load custom_date %} {% load wlmaps_extra %} {% load wlprofile_extras %} {% load threadedcomments_tags %} {% load wl_markdown %} {% block title %}{{ map.name }} - {{ block.super }}{% endblock %} {% block extra_head %} {{ block.super }} {% if not user.is_anonymous %} {% endif %} {% endblock %} {% block content %}

Map: {{ map.name }}

Maps » {{ map.name }}
{{ map.name }}

Description:

{{ map.descr|wl_markdown:"escape" }}

{% if map.hint %}

Hint:

{{ map.hint|wl_markdown:"escape" }}

{% endif %}

Comment by uploader:

{{ map.uploader_comment|wl_markdown:"remove" }}
{% if user == map.uploader %} Edit Edit {% endif %}

Basic Information:

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

Comments on this Map:

{% with map as object %} {% include "threadedcomments/inlines/comments.html" %} {% endwith %}
{% endblock %}