{{ _('Compañía') }}: {{ run.company }}
{% if selected_period %}
{{ _('Período contable') }}: {{ selected_period.name }}
{{ _('Periodo') }}: {{ run.month }}/{{ run.year }}
{% else %}
{{ _('Periodo') }}: {{ run.month }}/{{ run.year }}
{% endif %}
{{ _('Fecha') }}: {{ run.run_date or run.posting_date }}
{{ _('Documentos procesados') }}: {{ run.processed_documents_count or 0 }}
{{ _('Documentos afectados') }}: {{ run.affected_documents_count or 0 }}
{{ _('Ganancia') }}: {{ "{:,.2f}".format(run.total_gain or 0) }}
{{ _('Pérdida') }}: {{ "{:,.2f}".format(run.total_loss or 0) }}