Back to Wagtail

Title Cell

wagtail/admin/templates/wagtailadmin/tables/title_cell.html

7.4423 B
Original Source

{% load wagtailadmin_tags %}

{% fragment as title %} {% if title_id %}{{ value }} {% else %}{{ value }} {% endif %} {% endfragment %} {% block title %} {% if link_url %} {{ title }} {% elif label_id %} {{ title }} {% else %} {{ title }} {% endif %} {% endblock %} {% block extra %} {% if buttons %} {% block buttons %} {% include "wagtailadmin/shared/buttons.html" %} {% endblock %} {% endif %} {% endblock %} |