7 lines
205 B
HTML
7 lines
205 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Warehouse Reports{% endblock %}
|
|
{% block content %}
|
|
<h2>Warehouse Reports</h2>
|
|
<p>This is the Warehouse Reports page for the warehouse module.</p>
|
|
{% endblock %}
|