{% extends "base.html" %} {% block title %}Услуги{% endblock %} {% block content %}
{{ svc.description[:120] }}{% if svc.description|length > 120 %}…{% endif %}
{% endif %}{{ "%.2f"|format(svc.price) }} ₽
{% endif %} {% if svc.duration is defined and svc.duration %}{{ svc.duration }}
{% endif %} {% if svc.category is defined and svc.category %} {{ svc.category }} {% endif %} Подробнее