Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/tests/fixtures/data/default-template-pack/nat_caps.j2

15 lines
309 B

{% if NAT_CAPS %}
Grenades: {{NAT_CAPS.GRENADES}}
HoB DRM: {{NAT_CAPS.HOB_DRM}}
OBA: {{NAT_CAPS.OBA_BLACK}} {{NAT_CAPS.OBA_RED}} (access = {{NAT_CAPS.OBA_ACCESS}})
- Comments: {{NAT_CAPS.OBA_COMMENTS | join(" | ")}}
{%for note in NAT_CAPS.NOTES%}
(*) {{note}}
{%endfor%}
{%else%}
Not available.
{%endif%}