{% if request.user == customer %}
Добавить объект
{% endif %}
{% include 'partials/inc-objects.html' with objects=objects %}
{% include 'partials/inc-objects.html' with objects=trashed_objects trash=1 %}