|
|
@@ -19,6 +19,10 @@
|
|
|
<th scope="row">Type</th>
|
|
|
<td>{{ object.type|linkify }}</td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">Status</th>
|
|
|
+ <td>{% badge object.get_status_display bg_color=object.get_status_color %}</td>
|
|
|
+ </tr>
|
|
|
<tr>
|
|
|
<th scope="row">Group</th>
|
|
|
<td>{{ object.group|linkify|placeholder }}</td>
|