{% extends 'wiki/base.html' %} {% load i18n %} {% load custom_date wlprofile_extras %} {% block title %} {% trans "Article History of" %} {{ article.title }} - {{ block.super }} {% endblock %} {% block content %} {% if changes|length > 1 %} {% endif %}