We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbf3ee commit 6c48a89Copy full SHA for 6c48a89
spp_hazard/views/registrant_views.xml
@@ -24,6 +24,9 @@
24
<div class="alert alert-warning" role="alert" invisible="not has_active_impact">
25
<span class="fw-bold">Active incident impacts recorded</span>
26
</div>
27
+ <p class="text-muted" invisible="hazard_impact_count != 0">
28
+ No emergency response records yet. Impact records will appear here when this registrant is affected by a hazard incident.
29
+ </p>
30
<group name="hazard_impacts_section" string="Incident Impacts"
31
invisible="hazard_impact_count == 0">
32
<field name="hazard_impact_ids" nolabel="1" readonly="1" colspan="2">
0 commit comments