{% extends "InvenTree/settings/settings.html" %} {% load i18n %} {% load inventree_extras %} {% block tabs %} {% include "InvenTree/settings/tabs.html" with tab='currencies' %} {% endblock %} {% block subtitle %} {% trans "Currency Settings" %} {% endblock %} {% block settings %}
{% trans "Base Currency" %} | {{ base_currency }} |
---|---|
{% trans "Exchange Rates" %} | |
{{ rate.currency }} | {{ rate.value }} |
{% trans "Last Update" %} | {% if rates_updated %} {{ rates_updated }} {% else %} {% trans "Never" %} {% endif %} |