network_inventory/inventory/templates/inventory/customer_details.html

7 lines
193 B
HTML

{% extends "inventory/base.html" %}
{% block section_title %}{{ customer.name }}{% endblock %}
{% block content %}
<h3>Description</h3>
<p>{{ customer.description }}</p>
{% endblock %}