{% if wehago_compare.last_action %}
최근 작업: {{ wehago_compare.last_action.action_type }} / {{ "{:,}".format(wehago_compare.last_action.count or 0) }}건
{% else %}
최근 작업: 없음
{% endif %}
현황
기간 {{ wehago_compare.selected_start_year or '-' }} ~ {{ wehago_compare.selected_end_year or '-' }}
{% for section in wehago_compare.metric_sections %}
{% if section.key != 'bridge_expense_review' %}
{% endif %}
{% endfor %}
{% for section in wehago_compare.metric_sections %}
{% if section.key != 'bridge_expense_review' %}
{% set show_export_button = section.key in ['voucher_matched', 'erp_voucher_matched', 'voucher_unmatched', 'erp_voucher_unmatched'] %}
{% if section.key == 'matched' or show_export_button %}
{{ section.label }}
{% if section.key == 'matched' %}
{% endif %}
{% if show_export_button %}
{% endif %}