{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% load industry_tags %} {% block details %}
{% trans "Set corporate rules for production, material efficiency, and pricing overrides." %}
{% if pricing_config.default_discount_percent > 0 %} {{ pricing_config.default_discount_percent }}% OFF {% else %} 0% (Jita Price) {% endif %}
{% trans "Applied automatically to all member orders unless overridden by a Type Discount." %}
{% trans "Industry Tax Rate" %}: {{ tax_config.industry_tax_rate }}%
{% trans "Broker Fee Rate" %}: {{ tax_config.broker_fee_rate }}%