feat: deal group
This commit is contained in:
		@@ -23,7 +23,13 @@
 | 
			
		||||
    Клиент: {{ data.deal.client.name }}
 | 
			
		||||
</div>
 | 
			
		||||
<div class="medium-text bold">
 | 
			
		||||
    Дата отгрузки: {{ data.last_status.next_status_deadline.strftime("%d.%m.%Y") }}
 | 
			
		||||
 | 
			
		||||
    Дата отгрузки:
 | 
			
		||||
    {% if data.deal.delivery_date %}
 | 
			
		||||
        {{ data.deal.delivery_date.strftime("%d.%m.%Y") }}
 | 
			
		||||
    {% else %}
 | 
			
		||||
        Не указана
 | 
			
		||||
    {% endif %}
 | 
			
		||||
</div>
 | 
			
		||||
{% if data.deal.base_marketplace.name %}
 | 
			
		||||
    <div class="medium-text bold">Маркетплейс: {{ data.deal.base_marketplace.name }}</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user