{% extends "indy_hub/base.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Material Exchange Configuration" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% trans "Configure corp hangar location and pricing rules." %}
{% trans "Stock sync:" %} {% if config.last_stock_sync %} {{ config.last_stock_sync|date:"Y-m-d H:i:s" }} {% else %} {% trans "Never" %} {% endif %} · {% trans "Price sync:" %} {% if config.last_price_sync %} {{ config.last_price_sync|date:"Y-m-d H:i:s" }} {% else %} {% trans "Never" %} {% endif %}