{% extends "wiki/article.html" %} {% load wiki_tags i18n humanize wiki_thumbnails %} {% load url from future %} {% block wiki_pagetitle %}{% trans "Replace image" %}: {{ image }}{% endblock %} {% block wiki_contents_tab %} {% thumbnail image.current_revision.imagerevision.image "250x250" as thumb %}
{% trans "Choose an image file to replace current image." %}
{% endblock %}