We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb09097 commit 290719cCopy full SHA for 290719c
.github/scripts/organization.yaml.j2
@@ -13,8 +13,8 @@ dostawa:
13
miasto: {{ organization.city }}
14
telefon: {{ organization.phone_number }}
15
email: {{ organization.email }}
16
- kod_paczkomatu: {{ organization.package_box_code }}
17
- dodatkowe_informacje: {{ organization.additional_info }}
+ kod_paczkomatu:{% if organization.package_box_code %} {{ organization.package_box_code }}{% endif %}
+ dodatkowe_informacje:{% if organization.additional_info %} {{ organization.additional_info }}{% endif %}
18
19
produkty:
20
- nazwa: Testowy produkt
0 commit comments