{% extends "admin/change_form.html" %} {% load i18n %} {% block content %}

{% trans "Notice" %}: {% blocktrans with related_object.pk as related_pk %}This object stores only the path to the related {{related_app_label}}/{{related_module_name}} object with the primary key {{ related_pk }}.{% endblocktrans %}

{% trans "Click this link to edit the object itself." %} {{ block.super }} {% endblock %}