{% extends "admin/change_form.html" %} {% load i18n %} {% load translations %} {% block object-tools %} {% if add and opts.model_name == 'component' %} {% endif %} {{ block.super }} {% endblock %} {% block object-tools-items %} {% if opts.model_name == 'announcement' %}
  • {% trans "Documentation" %}
  • {% else %} {% if opts.model_name == 'componentlist' %}
  • {% trans "Documentation" %}
  • {% else %}
  • {% trans "Documentation" %}
  • {% endif %} {% endif %} {{ block.super }} {% endblock %} {% block form_top %} {% if opts.model_name == 'project' or opts.model_name == 'component' or opts.model_name == 'announcement' or opts.model_name == 'componentlist' or opts.model_name == 'autocomponentlist' or opts.model_name == 'contributoragreement' %}

    {% blocktrans %}Required fields are marked in bold.{% endblocktrans %}

    {% else %}

    {% blocktrans %}Do not change the object here, please use the Weblate interface instead.{% endblocktrans %}

    {% endif %} {% endblock %}