{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
  • {% trans "languages" %}
  • {{ object }}
  • {% endblock %} {% block content %} {% with object.translation_set.enabled as translations %} {% include "list-translations.html" %} {% endwith %} {% endblock %}