{% extends "admin/edit_inline/tabular.html" %} {% load i18n %} {% block extra_scripts %} {{ block.super }} {% endblock %} {% block row_div_definition %} {% if custom_fields_values_summary %}
{% else %} {{ block.super }} {% endif %} {% endblock %} {% block inline_extra %} {% if custom_fields_values_summary %} {# summary with (inherited) custom fields values #}

{{ inline_admin_formset.opts.verbose_name_plural|capfirst }} {% trans "summary" %}

{% for cfv in custom_fields_all %} {% endfor %}
{% trans "Custom field" %} {% trans "Value" %} {% trans "Inherited from" %}
{{ cfv.name }} {{ cfv.value }} {% if cfv.object_url %} {% endif %} {{ cfv.object }} {% if cfv.object_url %} {% endif %}
{% else %} {{ block.super }} {% endif %} {% endblock %}