There are no notes for this item.
Prop | Required? | Type | Default | Description |
---|
<p class="va-address-block">
Department of Veterans Affairs Claims Intake Center <br/> Attention: C-123 Claims<br/> PO Box 5088<br/> Janesville, WI 53547-5088<br/>
</p>
<p class="va-address-block">
{{ address.name }} <br/>
{% if address.attn %}
{{ address.attn }}<br/>
{% endif %}
{{ address.street_one }}<br/>
{% if address.street_two %}
{{ address.street_two }}<br/>
{% endif %}
{{ address.city }}, {{ address.state }} {{ address.zip }}<br/>
</p>
package:
name: department-of-veteran-affairs/jean-pants
version: 0.1.0
assetPath: /design-system/
isProduction: true
address:
name: Department of Veterans Affairs Claims Intake Center
attn: 'Attention: C-123 Claims'
street_one: PO Box 5088
street_two: null
city: Janesville
state: WI
zip: 53547-5088