{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcums %}
  • {{ object.project }}
  • {{ object.name }}
  • {% endblock %} {% block content %}

    {% trans "Project Information" %}

    {% include "subproject_info.html" %}

    {% trans "Translations" %}

    {% with object.translation_set.all as translations and 1 as show_language %} {% include "list-translations.html" %} {% endwith %} {% url 'weblate.accounts.views.contact' as contact_url %}

    {% trans "Tools" %}

    {% blocktrans %}Should your language be missing, please contact us.{% endblocktrans %}

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