{% extends "base.html" %} {% block title %}Clientes — MarineInvoice Pro{% endblock %} {% block content %}
Base de datos de clientes
{{ c.email or '' }}{% if c.phone %} · {{ c.phone }}{% endif %}{% if c.city %} · {{ c.city }}{% endif %}
{% if c.yacht_info %}{{ c.yacht_info }}
{% endif %}Agrega tu primer cliente