{% extends "_base.html" %} {% load i18n %} {% load labelbase_tags %} {% load sekizai_tags %} {% block content %} {% if labelbase %}
{{ labelbase.about }}
{% endif %}Sync currency data between label text (legacy format like "CHF 615.00") and the structured FMV field.
{% if text_only or fmv_only or conflicts %}These labels have currency values in the label text that can be synced to the FMV field.
These labels have FMV data that can be added to the label text.
These labels have mismatched currency values between label text and FMV field.
These labels have currency data properly synced between label text and FMV field.
Labelbase not found.
{% endif %} {% endblock %}