{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
  • {% trans "languages" %}
  • {{ object }}
  • {% endblock %} {% block content %}

    {% trans "Projects" %}

    {% with object.translation_set.enabled as translations %} {% include "list-translations.html" %} {% endwith %}

    {% trans "Tools" %}

    {% include "last-changes.html" %}
    {% endblock %}