{% 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' %}{% 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 %}