Represented by in minutes and reports

At the end of some minutes and reports, the directors has to sign. When a director is a company, it’s always represented by a natural person.
In the minutes and reports of the board of directors or of the general assembley, this representative must show up. No problem till know, but the layout can be better.

How can I avoid an empty rule between the name of the director and its title, when there is no representative (i.c. a natural person as director)?

The code I use:
’’’|{% for i in (1…aantal_kolommen) %}----{{ 100/aantal_kolommen | integer }}%------|{% endfor %}+
|
|
|{{ zaakvoerder.statutory}}
|{% for zaakvoerder in period.directors %}{{ zaakvoerder.name }}
{{zaakvoerder.custom.represented_by_name}}
{% if director_type == ‘bestuurders’ %} {% if zaakvoerder.statutory == true %}Gedelegeerd bestuurder{% else %}Bestuurder{% endif %}{% else %}{% if zaakvoerder.statutory == true %}Statutair zaakvoerder{% else %}Zaakvoerder{% endif %}{% endif %} |{% assign modulo = forloop.index | modulo:3 %}{% if modulo == 0 %}{% unless forloop.last %}
|
|
|
|{% endunless %}{% endif %}{% endfor %}
|
|’’’

seams to be a difficult question?