InvenTree/InvenTree/plugin/samples/integration/templates/panel_demo/childless.html

12 lines
307 B
HTML

<h4>Template Rendering</h4>
<div class='alert alert-block alert-info'>
This panel has been rendered using a template file!
</div>
<em>This location has no sublocations!</em>
<ul>
<li><b>Location Name</b>: {{ location.name }}</li>
<li><b>Location Path</b>: {{ location.pathstring }}</li>
</ul>