diff --git a/src/netbox_contract/templates/netbox_contract/contract.html b/src/netbox_contract/templates/netbox_contract/contract.html index 3068eb2..3fc75e2 100644 --- a/src/netbox_contract/templates/netbox_contract/contract.html +++ b/src/netbox_contract/templates/netbox_contract/contract.html @@ -126,6 +126,12 @@ <h5 class="card-header"> Invoice template </h5> <table class="table table-hover attr-table"> + <tr> + <th scope="row">Number</th> + <td> + <a href="{{ invoice_template.get_absolute_url }}">{{ invoice_template.number }}</a> + </td> + </tr> <tr> <th scope="row">Currency</th> <td>{{ invoice_template.currency }}</td>