| {% trans "Title" %} |
{{ object.title }} |
| {% trans "Site" %} |
{{ object.site|linkify }} |
| {% trans "Status" %} |
{% badge object.get_status_display bg_color=object.get_status_color %} |
| {% trans "Summary" %} |
{{ object.summary|placeholder }} |
| {% trans "Link" %} |
{% if object.link %}
{{ object.link }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
| {% trans "Group" %} |
{{ object.group|linkify|placeholder }} |
| {% trans "Version" %} |
v{{ object.version }} |
| {% trans "Based on" %} |
{{ object.based_on|linkify|placeholder }} |
| {% trans "Sequence" %} |
{{ object.sequence }} |
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% plugin_left_page object %}