{% extends 'web/base_modern.html' %} {% load static %} {% block title %}{{ item.title }} - Портфолио - SmartSolTech{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% 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 %}
{{ item.title }}
{% endif %} {% if item.gallery_images.all %}

Галерея проекта

{% for gallery_image in item.gallery_images.all %}
{{ gallery_image.caption }} {% if gallery_image.caption %}

{{ gallery_image.caption }}

{% endif %}
{% endfor %}
{% endif %}

О проекте

{{ item.description|linebreaks }}
{% endblock %} {% block extra_scripts %} {% endblock %}