{% extends "base.html" %} {% block title %}{{ _("Map the payslip") }} · {{ account.name }}{% endblock %} {% block heading %}{{ _("Map the payslip") }}{% endblock %} {% block lede %}
{{ _("No importer here knows this sheet, and it does not need to: say which line is which, once. The mapping is kept under the sheet's own markers — the employer and the earner — so next month's sheet from the same employer is recognised by itself. The suggestions come from a catalogue of what payslips call things in the languages they are printed in; what is remembered is what you confirm.") }}
{% endblock %} {% block content %} {% set names = { '': '—', 'gross': _("Gross"), 'base': _("Base salary"), 'bonus': _("Bonus"), 'allowance': _("Allowance"), 'tax': _("Tax at source"), 'social': _("Social deduction"), 'pension': _("Pension, yours"), 'other': _("Other deduction"), 'net': _("Net paid"), 'employer_pension': _("Pension, the employer's"), 'employer_social': _("Social, the employer's"), 'period': _("The month"), 'paid': _("Paid on") } %} {% if preview %}