Location Details
{{ location.location_code }} - {{ location.name }}
Location Information
{% if location.is_active %}
Active
{% else %}
Inactive
{% endif %}
Basic Information
| Location Code: | {{ location.location_code }} |
| Name: | {{ location.name }} |
| Type: | {{ location.get_location_type_display }} |
| Parent Location: | {% if location.parent_location %} {{ location.parent_location.location_code }} - {{ location.parent_location.name }} {% else %} None {% endif %} |
| Manager: | {{ location.location_manager.get_full_name|default:"Not assigned" }} |
Physical Location
| Building: | {{ location.building|default:"-" }} |
| Floor: | {{ location.floor|default:"-" }} |
| Room: | {{ location.room|default:"-" }} |
| Zone: | {{ location.zone|default:"-" }} |
| Full Address: | {{ location.full_address|default:"Not specified" }} |
Description
{{ location.description }}
Environmental Controls & Capacity
Temperature Control
{% if location.temperature_controlled %}
Temperature Controlled
Range: {{ location.temperature_min|default:"N/A" }}°C to {{ location.temperature_max|default:"N/A" }}°C
{% else %}
Range: {{ location.temperature_min|default:"N/A" }}°C to {{ location.temperature_max|default:"N/A" }}°C
No temperature control
{% endif %}
Humidity Control
{% if location.humidity_controlled %}
Humidity Controlled
Range: {{ location.humidity_min|default:"N/A" }}% to {{ location.humidity_max|default:"N/A" }}%
{% else %}
Range: {{ location.humidity_min|default:"N/A" }}% to {{ location.humidity_max|default:"N/A" }}%
No humidity control
{% endif %}
Capacity Information
| Capacity: | {{ location.capacity_cubic_feet|default:"Not specified" }} cubic feet |
| Max Weight: | {{ location.max_weight_pounds|default:"Not specified" }} pounds |
Security & Access
| Access Control: | {% if location.access_control == 'OPEN' %} {{ location.get_access_control_display }} {% elif location.access_control == 'BADGE' %} {{ location.get_access_control_display }} {% elif location.access_control == 'BIOMETRIC' %} {{ location.get_access_control_display }} {% else %} {{ location.get_access_control_display }} {% endif %} |
| Secure Location: | {% if location.secure_location %} Yes {% else %} No {% endif %} |
Location Statistics
{{ location.total_items|default:0 }}
Total Items
{{ location.total_quantity|default:0 }}
Total Quantity
${{ location.total_value|default:0|floatformat:2 }}
Total Value
{{ child_locations|length }}
Child Locations
Recent Activity
Stock Added
Surgical Gloves - 500 units 2 hours agoStock Removed
Bandages - 50 units 4 hours agoStock Transfer
Syringes moved to OR-001 6 hours agoLocation Updated
Temperature range modified 1 day agoQuick Actions
Stock Items in Location
Notes
{{ location.notes|linebreaks }}