diff --git a/communication.yaml b/communication.yaml
index 939b5b0..c361be2 100644
--- a/communication.yaml
+++ b/communication.yaml
@@ -58,7 +58,15 @@ feature:
{% endif %}
body: |-
{% if deprecated %}
{{ repoTrans('deprecated', deprecated[0], deprecated[1])|raw }}
{% endif %}
- {% if tags.operator %}{{ keyTrans('operator') }}: {{ localizedTag(tags, 'operator') }}
{% endif %}
+
+ {% if tags.brand %}- {{ keyTrans('brand') }}: {{ localizedTag(tags, 'brand') }}
{% endif %}
+ {% if tags.operator %}- {{ keyTrans('operator') }}: {{ localizedTag(tags, 'operator') }}
{% endif %}
+
+ {% if (key == 'amenity' and value == 'parcel_locker') or tags.parcel_pickup or tags.parcel_mail_in %}
+ - {{ keyTrans('parcel_pickup') }}: {{ tags.parcel_pickup ? tagTrans('parcel_pickup', tags.parcel_pickup) : trans('unknown') }}
+ - {{ keyTrans('parcel_mail_in') }}: {{ tags.parcel_mail_in ? tagTrans('parcel_mail_in', tags.parcel_mail_in) : trans('unknown') }}
+ {% endif %}
+
markerSign: |-
{% set data = const[key ~ '=' ~ value] %}
{% if data %}