{### Name ###}
{############}
- {"type": "paragraph", "text": "{{ reg.firstname|escapejson }} {{ reg.lastname|escapejson }}", "x": {{ badgex + 4 }}, "y": {{ badgey + 107 }}, "width": {{ badgewidth - 8 - 18 }}, "height": 10, "bold": false}
+ {"type": "paragraph", "text": "{{ reg.firstname|escapejson }} {{ reg.lastname|escapejson }}", "x": {{ badgex + 5 }}, "y": {{ badgey + 107 }}, "width": {{ badgewidth - 13 - 18 }}, "height": 10, "bold": false}
{###############}
{### Company ###}
{###############}
{% if reg.company %}
- ,{"type": "paragraph", "text": "{{ reg.company|escapejson }}", "x": {{ badgex + 4 }}, "y": {{ badgey + 119 }}, "width": {{ badgewidth - 8 }}, "height": 8, "maxsize": 14}
+ ,{"type": "paragraph", "text": "{{ reg.company|escapejson }}", "x": {{ badgex + 5 }}, "y": {{ badgey + 119 }}, "width": {{ badgewidth - 13 - 18 }}, "height": 8, "maxsize": 14}
{% endif %}
{###############}
{###############}
{% if reg.id != 0 %}
- ,{"type": "qrimage", "fill": "red", "x": {{ badgex + 86 }}, "y": {{ badgey + 107 }}, "width": 18, "height": 18, "qrcontent": "{{ reg.fullpublictoken }}"}
+ ,{"type": "qrimage", "fill": "red", "x": {{ badgex + 81 }}, "y": {{ badgey + 107 }}, "width": 18, "height": 18, "qrcontent": "{{ reg.fullpublictoken }}"}
{% endif %}
]
}