{% load static %} {{ business.name }} | Citalis {% if business.logo %} {% else %} {% endif %} {% if business.logo %} {% else %} {% endif %}
{% if business.logo %} {% else %}
{{ business.initials }}
{% endif %}

{{ business.name }}

{% if business.city or business.country %}
{{ business.city }}{% if business.city and business.country %}, {% endif %}{{ business.country }}
{% endif %} {% if business.phone or business.website %}
{% if business.phone %} Llamar {% endif %} {% if business.website %} Web {% endif %}
{% endif %}

Servicios Disponibles

{% for service in services %}

{{ service.name }}

{{ service.duration_minutes }} minutos
{% if service.description %}

{{ service.description }}

{% endif %} Agendar Cita
{% empty %}

No hay servicios disponibles

{% endfor %}