{% extends 'base.html' %} {% load static %} {% block title %}Client Journey - {{ client.get_full_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ event.description }}
{% if event.amount %}This client's journey timeline will appear here as events occur.