{% load i18n wiki_tags %}{% load url from future %} {% with selected_tab as selected %}
  • {% if not user.is_anonymous %} {% trans "Settings" %} {% endif %}
  • {% for plugin in article_tabs %}
  • {{ plugin.article_tab.0 }}
  • {% endfor %}
  • {% trans "Changes" %}
  • {% if article|can_write:user and not article.current_revision.locked %}
  • {% trans "Edit" %}
  • {% else %}
  • {% trans "View Source" %}
  • {% endif %}
  • {% trans "View" %}
  • {% endwith %}