{% extends "admin/core/base.html" %}} {% load foundation %} {% block title %}Issue Management{% endblock title %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/issue_management.html" %}
  • Issue Title Display Settings
  • {% endblock breadcrumbs %} {% block body %}

    Issue Title Display Settings

      Back
    {% csrf_token %}

    These settings let you determine which parts of the issue metadata to display. If you want to completely customise what is displayed you disable all except Display issue title and then put your custom format in the issue title field for each issue.

    {{ issue_display_form|foundation }}
    {% endblock body %}