Skip to content

Commit

Permalink
ui: Fix short summary display when not yet generated
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed May 16, 2024
1 parent 1a1d583 commit f63f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_website/single.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Sinistre {{ call.claim.claim_id }} ({{ call.phone_number }})
</div>

<h1>Hello {{ (call.claim.policyholder_name | title) if call.claim.policyholder_name else '' }} 👋🏻</h1>
<p class="text-2xl">Your claim <span class="font-mono">#{{ call.claim.claim_id }}</span> about {{ call.synthesis.short | lower }} is currently being processed.</p>
<p class="text-2xl">Your claim <span class="font-mono">#{{ call.claim.claim_id }}</span> {{ ('about ' ~ call.synthesis.short | lower) if call.synthesis.short }} is being processed.</p>
</header>

<!-- Long synthesis -->
Expand Down

0 comments on commit f63f904

Please sign in to comment.