Files
netbox/netbox/templates/inc/created_updated.html
2020-11-19 13:44:34 -05:00

4 lines
180 B
HTML

<p>
<small class="text-muted">Created {{ object.created }} &middot; Updated <span title="{{ object.last_updated }}">{{ object.last_updated|timesince }}</span> ago</small>
</p>