{% load i18n site_config %} {% get_site_config as config %}

{% trans 'Act of work performed' %} {% trans '#' %}{{ sale.id }}
{% trans 'from' %} {{ sale.created|date:'d.m.Y' }}

{{ config.sale_print_text|default:'' }} {% with sale.customer as customer %} {% if customer.name %} {{ customer.name }}
{% endif %} {% if customer.phone %} {{ customer.phone }}
{% endif %} {% if customer.vin %} {{ customer.vin }}
{% endif %} {% endwith %} {% include 'services/print-services-table.html' %}