{% extends 'web/base_modern.html' %} {% load static %} {% block title %}{{ item.title }} - Портфолио - SmartSolTech{% endblock %} {% block extra_head %} {% endblock %} {% block content %} Главная Портфолио {{ item.title }} {% if item.category %} {{ item.category.name }} {% endif %} {{ item.title }} {% if item.client_name %} Клиент: {{ item.client_name }} {% endif %} {% if item.completion_date %} Дата завершения: {{ item.completion_date|date:"d.m.Y" }} {% endif %} {% if item.image %} {% endif %} {% if item.gallery_images.all %} Галерея проекта {% for gallery_image in item.gallery_images.all %} {% if gallery_image.caption %} {{ gallery_image.caption }} {% endif %} {% endfor %} {% endif %} О проекте {{ item.description|linebreaks }} Все проекты {% endblock %} {% block extra_scripts %} {% endblock %}
Клиент: {{ item.client_name }}
Дата завершения: {{ item.completion_date|date:"d.m.Y" }}
{{ gallery_image.caption }}