{% extends "admin/change_form.html" %} {% load i18n %} {% load translations %} {% block form_top %} {% if opts.module_name == 'project' or opts.module_name == 'subproject' %} {% doc_url 'admin' opts.module_name as url %}
{% blocktrans %}Required fields are marked as bold, you can find more information in the documentation.{% endblocktrans %}
{% else %}{% blocktrans %}Do not change this object here, please use Weblate interface instead.{% endblocktrans %}
{% endif %} {% if add and opts.module_name == 'subproject' %} {% doc_url 'admin' 'import-speed' as url %}{% blocktrans %}Importing a new translation can take some time, please check our documentation for information on how to improve this.{% endblocktrans %}
{% endif %} {% endblock %}