{% extends "wlmaps/base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% load custom_date %} {% block extra_head %} {{ block.super }} {% endblock %} {% block title %}{{ block.super }}{% endblock %} {% block content %}
Upload a new map

Widelands maps

{% for o in object_list %} {% endfor %}
  Name Author Max Players Size World Uploaded Downloaded Details
{{ o.name }} {{ o.name }} {{ o.author }} {{ o.nr_players }} {{ o.w }} x {{ o.h }} {{ o.world_name|title }} At {{ o.pub_date|custom_date:user }} by {{ o.uploader.username }} {{ o.nr_downloads }} times

Details

Direct Download

close

Upload a new map

{% csrf_token %}


{% endblock %}