{% load i18n wiki_tags %}{% load url from future %} {% with selected_tab as selected %}
  • {% if not user.is_anonymous %} {% endif %}
  • {% for plugin in article_tabs %}
  • {% endfor %}
  • {% if article|can_write:user and not article.current_revision.locked %}
  • {% else %}
  • {% endif %}
  • {% endwith %}