{% extends "admin/change_form.html" %} {% load i18n %} {% load translations %} {% block form_top %} {% if opts.model_name == 'project' or opts.model_name == 'subproject' or opts.model_name == 'advertisement' or opts.model_name == 'whiteboardmessage' %} {% if opts.model_name == 'advertisement' %} {% doc_url 'admin/advertisement' as url %} {% else %} {% doc_url 'admin/projects' opts.model_name as url %} {% endif %}

{% 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.model_name == 'subproject' %} {% doc_url 'admin/projects' '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 %}