network_inventory/inventory/templates/inventory/customer_details.html

7 lines
193 B
HTML
Raw Normal View History

2019-07-25 20:34:52 +02:00
{% extends "inventory/base.html" %}
{% block section_title %}{{ customer.name }}{% endblock %}
{% block content %}
<h3>Description</h3>
<p>{{ customer.description }}</p>
{% endblock %}