{% load i18n %} {# Reusable stockrooms table for any section. Price-rule column/edit are hull-only. #}

{% trans "Stockrooms" %}

{% if section == 'hulls' %}{% endif %} {% for s in sources %} {% if section == 'hulls' %} {% endif %} {% empty %} {% endfor %}
{% trans "Character" %}{% trans "Station" %}{% trans "Container" %}{% trans "Default price" %}
{{ s.character.eve_character.character_name }} {{ s.location.name }} {% if s.container_name %}{{ s.container_name }}{% elif s.container_item_id %}#{{ s.container_item_id }}{% else %}{% trans "Whole station" %}{% endif %}{{ s.price_rule_display }} {% if section == 'hulls' %} {% endif %}
{% csrf_token %}
{% trans "No stockrooms yet." %}