# White spaces in detail Erelonen

**URL:** https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115
**Category:** Templates
**Tags:** style, styling
**Created:** [March 8, 2017, 7:42am UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115 "2017-03-08T07:42:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![svalais](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/svalais/32/2422_2.png) [@svalais](https://community.silverfin.com/u/svalais)
#### Post date: [March 8, 2017, 7:42am UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115/1 "2017-03-08T07:42:22Z")

</div>

Hallo,

Our template with name Erelonen is linked to different accounts (613100\_\_613101, 60, 22, 618, 300\_\_370 and 20).

If you have a look to the file 309708, you can see we have a big blank space and I don’t why?

Can you have a look for me please?

Thanks,

Sylvie

---

<div class="post-metadata">

### Author: ![michail](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/michail/32/8_2.png) [@michail](https://community.silverfin.com/u/michail)
#### Post date: [March 8, 2017, 10:55am UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115/2 "2017-03-08T10:55:10Z")

</div>

Hello @svalais,

In order to help you, I am going to need the part of the code you want us to change. We want the community to become a place where the users can interact and learn some new things by reading each other posts and questions.

I can check the code for you but that way, it will not be visible to the next person who is going to read this post. You can also read this post. You will find it pretty handy.

> [@PLEASE READ: Welcome to Silverfin Community](https://community.silverfin.com/t/welcome-to-silverfin-community/8):
>
> The Silverfin Community is a place where technical Silverfin enthousiasts can find each other to get into specific questions on the Silverfin Templating Language or API. Before you post a question Be sure to check the relevant documentation Always ask your questions in English Use the right category to post your topic (templates belong in the category Templates for instance and not in General) Paste a proper example of your code focusing on your problem you encountered (you can follow this gu…

Regards,  
Michail

---

<div class="post-metadata">

### Author: ![svalais](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/svalais/32/2422_2.png) [@svalais](https://community.silverfin.com/u/svalais)
#### Post date: [March 15, 2017, 2:12pm UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115/3 "2017-03-15T14:12:01Z")

</div>

Hallo,

This is the code for the detail Erelonen:

‘’’{% assign accounts = #613100\_\_613101 %}  
{% assign accounts2 = #60 %}  
{% assign accounts3 = #22 %}  
{% assign accounts4 = #618 %}  
{% assign accounts5 = #300\_\_370 %}  
{% assign accounts6 = #20 %}  
{% assign $11 = 0 %}{% assign $10 = 0 %}{% assign $20 = 0 %}{% assign $0 = 0 %}

{% ic %}_Version 2.0 dd 06/03/2017_{% endic %}

|{% ic %}{{ current\_account.link }}{% endic %} | {% for year in period.calendar\_years %}{% if forloop.first %}{% capture first\_date %}{{ year.start\_date | date:’%d/%m’ }}{% endcapture %}{% unless first\_date == ‘01/01’ %} 01/01/{{ year.start\_date | date:’%Y’ }} - {{ year.start\_date-1 | date:’%d/%m/%Y’ }}|{% assign first\_date\_not\_broken = true %}{% endunless %}{% endif %}{{ year.start\_date | date:’%d/%m/%Y’ }} - {{ year.end\_date | date:’%d/%m/%Y’ }}|{% endfor %} **{% t “Totaal boekjaar” %}** |  
|-----------------------------------------+|-------------------15%-----------------------------------:|-------------15%---------------------------------:|-----------------------15%------------------------:|---------------------15%--------------------:|-----------------------------------------:{% for current\_account in accounts6.include\_zeros\_with\_details %}|{% for detail in current\_account.details %}  
| {% if [detail.custom.name](http://detail.custom.name) != blank %}{{ [detail.custom.name](http://detail.custom.name) }} | {% assign $15 = 0 %}{% for year in period.calendar\_years %}{% stripnewlines %}  
{% if forloop.last %}{% assign drop = detail.custom.value %}{% else %}{% assign drop = detail.custom[forloop.index] %}{% endif %}  
{% if forloop.first and first\_date\_not\_broken %}  
{%=$11+ detail.custom[‘first\_year’] as:currency placeholder:’’ %}|{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$30+ detail.custom[‘first\_year’]%}{% endif %}  
{% endif %}  
{% $15+ drop %}  
{% case forloop.index0 %}  
{% when 0 %}  
{%=$0+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$31+ drop%}{% endif %}  
{% when 1 %}  
{%=$10+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$32+ drop%}{% endif %}  
{% when 2 %}  
{%=$20+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$33+ drop%}{% endif %}  
{% endcase %}  
|  
{% endstripnewlines %}{% endfor %}{{ $15 | currency }} {% if detail.custom.adres1 != blank %}  
| {{ detail.custom.adres1 }}{% endif %}{% if detail.custom.postcode or detail.custom.gemeente != blank %}  
| {{ detail.custom.postcode }} {{ detail.custom.gemeente }}{% endif %}{% if detail.custom.vatnr != blank %}  
| {{ detail.custom.vatnr }}{% endif %}{% if type\_opties != blank%}{% assign type\_int = detail.custom.type | integer | minus:6 %}  
| {% t “soort” %} {{ type\_opties[type\_int] }}{% endif %}{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}  
| {% t “fiche” %} {% t “Ja” %} {% endif %}  
|{% endif %}{% endfor %}{% for vrije in current\_account.custom.vrije\_tekst %}  
|{{ vrije.text }} |{% assign $15 = 0 %}{% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %}{%=$11+ vrije[‘first\_year’] as:currency placeholder:’’ %}|{% endif %}{% $15+ vrije[forloop.index] %}{% case forloop.index0 %}{% when 0 %}{%=$0+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 1 %}{%=$10+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 2 %}{%=$20+ vrije[forloop.index] as:currency placeholder:’’ %}{% endcase %}|{% endfor %}{{ $15 | currency }}{% endfor %}{% endfor %}{% unexplained current\_account.value-($10+$20+$0) %}{% for current\_account in accounts3.include\_zeros\_with\_details %}|{% for detail in current\_account.details %}  
| {% if [detail.custom.name](http://detail.custom.name) != blank %}{{ [detail.custom.name](http://detail.custom.name) }} | {% assign $15 = 0 %}{% for year in period.calendar\_years %}{% stripnewlines %}  
{% if forloop.last %}{% assign drop = detail.custom.value %}{% else %}{% assign drop = detail.custom[forloop.index] %}{% endif %}  
{% if forloop.first and first\_date\_not\_broken %}  
{%=$11+ detail.custom[‘first\_year’] as:currency placeholder:’’ %}|{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$30+ detail.custom[‘first\_year’]%}{% endif %}  
{% endif %}  
{% $15+ drop %}  
{% case forloop.index0 %}  
{% when 0 %}  
{%=$0+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$31+ drop%}{% endif %}  
{% when 1 %}  
{%=$10+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$32+ drop%}{% endif %}  
{% when 2 %}  
{%=$20+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$33+ drop%}{% endif %}  
{% endcase %}  
|  
{% endstripnewlines %}{% endfor %}{{ $15 | currency }} {% if detail.custom.adres1 != blank %}  
| {{ detail.custom.adres1 }}{% endif %}{% if detail.custom.postcode or detail.custom.gemeente != blank %}  
| {{ detail.custom.postcode }} {{ detail.custom.gemeente }}{% endif %}{% if detail.custom.vatnr != blank %}  
| {{ detail.custom.vatnr }}{% endif %}{% if type\_opties != blank%}{% assign type\_int = detail.custom.type | integer | minus:6 %}  
| {% t “soort” %} {{ type\_opties[type\_int] }}{% endif %}{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}  
| {% t “fiche” %} {% t “Ja” %} {% endif %}  
|{% endif %}{% endfor %}{% for vrije in current\_account.custom.vrije\_tekst %}  
|{{ vrije.text }} |{% assign $15 = 0 %}{% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %}{%=$11+ vrije[‘first\_year’] as:currency placeholder:’’ %}|{% endif %}{% $15+ vrije[forloop.index] %}{% case forloop.index0 %}{% when 0 %}{%=$0+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 1 %}{%=$10+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 2 %}{%=$20+ vrije[forloop.index] as:currency placeholder:’’ %}{% endcase %}|{% endfor %}{{ $15 | currency }}{% endfor %}{% endfor %}{% unexplained current\_account.value-($10+$20+$0) %}{% for current\_account in accounts5.include\_zeros\_with\_details %}|{% for detail in current\_account.details %}  
| {% if [detail.custom.name](http://detail.custom.name) != blank %}{{ [detail.custom.name](http://detail.custom.name) }} | {% assign $15 = 0 %}{% for year in period.calendar\_years %}{% stripnewlines %}  
{% if forloop.last %}{% assign drop = detail.custom.value %}{% else %}{% assign drop = detail.custom[forloop.index] %}{% endif %}  
{% if forloop.first and first\_date\_not\_broken %}  
{%=$11+ detail.custom[‘first\_year’] as:currency placeholder:’’ %}|{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$30+ detail.custom[‘first\_year’]%}{% endif %}  
{% endif %}  
{% $15+ drop %}  
{% case forloop.index0 %}  
{% when 0 %}  
{%=$0+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$31+ drop%}{% endif %}  
{% when 1 %}  
{%=$10+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$32+ drop%}{% endif %}  
{% when 2 %}  
{%=$20+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$33+ drop%}{% endif %}  
{% endcase %}  
|  
{% endstripnewlines %}{% endfor %}{{ $15 | currency }} {% if detail.custom.adres1 != blank %}  
| {{ detail.custom.adres1 }}{% endif %}{% if detail.custom.postcode or detail.custom.gemeente != blank %}  
| {{ detail.custom.postcode }} {{ detail.custom.gemeente }}{% endif %}{% if detail.custom.vatnr != blank %}  
| {{ detail.custom.vatnr }}{% endif %}{% if type\_opties != blank%}{% assign type\_int = detail.custom.type | integer | minus:6 %}  
| {% t “soort” %} {{ type\_opties[type\_int] }}{% endif %}{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}  
| {% t “fiche” %} {% t “Ja” %} {% endif %}  
|{% endif %}{% endfor %}{% for vrije in current\_account.custom.vrije\_tekst %}  
|{{ vrije.text }} |{% assign $15 = 0 %}{% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %}{%=$11+ vrije[‘first\_year’] as:currency placeholder:’’ %}|{% endif %}{% $15+ vrije[forloop.index] %}{% case forloop.index0 %}{% when 0 %}{%=$0+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 1 %}{%=$10+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 2 %}{%=$20+ vrije[forloop.index] as:currency placeholder:’’ %}{% endcase %}|{% endfor %}{{ $15 | currency }}{% endfor %}{% endfor %}{% unexplained current\_account.value-($10+$20+$0) %}{% for current\_account in accounts2.include\_zeros\_with\_details %}|{% for detail in current\_account.details %}  
| {% if [detail.custom.name](http://detail.custom.name) != blank %}{{ [detail.custom.name](http://detail.custom.name) }} | {% assign $15 = 0 %}{% for year in period.calendar\_years %}{% stripnewlines %}  
{% if forloop.last %}{% assign drop = detail.custom.value %}{% else %}{% assign drop = detail.custom[forloop.index] %}{% endif %}  
{% if forloop.first and first\_date\_not\_broken %}  
{%=$11+ detail.custom[‘first\_year’] as:currency placeholder:’’ %}|{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$30+ detail.custom[‘first\_year’]%}{% endif %}  
{% endif %}  
{% $15+ drop %}  
{% case forloop.index0 %}  
{% when 0 %}  
{%=$0+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$31+ drop%}{% endif %}  
{% when 1 %}  
{%=$10+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$32+ drop%}{% endif %}  
{% when 2 %}  
{%=$20+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$33+ drop%}{% endif %}  
{% endcase %}  
|  
{% endstripnewlines %}{% endfor %}{{ $15 | currency }} {% if detail.custom.adres1 != blank %}  
| {{ detail.custom.adres1 }}{% endif %}{% if detail.custom.postcode or detail.custom.gemeente != blank %}  
| {{ detail.custom.postcode }} {{ detail.custom.gemeente }}{% endif %}{% if detail.custom.vatnr != blank %}  
| {{ detail.custom.vatnr }}{% endif %}{% if type\_opties != blank%}{% assign type\_int = detail.custom.type | integer | minus:6 %}  
| {% t “soort” %} {{ type\_opties[type\_int] }}{% endif %}{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}  
| {% t “fiche” %} {% t “Ja” %} {% endif %}  
|{% endif %}{% endfor %}{% for vrije in current\_account.custom.vrije\_tekst %}  
|{{ vrije.text }} |{% assign $15 = 0 %}{% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %}{%=$11+ vrije[‘first\_year’] as:currency placeholder:’’ %}|{% endif %}{% $15+ vrije[forloop.index] %}{% case forloop.index0 %}{% when 0 %}{%=$0+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 1 %}{%=$10+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 2 %}{%=$20+ vrije[forloop.index] as:currency placeholder:’’ %}{% endcase %}|{% endfor %}{{ $15 | currency }}{% endfor %}{% endfor %}{% unexplained current\_account.value-($10+$20+$0) %}{% for current\_account in accounts4.include\_zeros\_with\_details %}|{% for detail in current\_account.details %}  
| {% if [detail.custom.name](http://detail.custom.name) != blank %}{{ [detail.custom.name](http://detail.custom.name) }} | {% assign $15 = 0 %}{% for year in period.calendar\_years %}{% stripnewlines %}  
{% if forloop.last %}{% assign drop = detail.custom.value %}{% else %}{% assign drop = detail.custom[forloop.index] %}{% endif %}  
{% if forloop.first and first\_date\_not\_broken %}  
{%=$11+ detail.custom[‘first\_year’] as:currency placeholder:’’ %}|{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$30+ detail.custom[‘first\_year’]%}{% endif %}  
{% endif %}  
{% $15+ drop %}  
{% case forloop.index0 %}  
{% when 0 %}  
{%=$0+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$31+ drop%}{% endif %}  
{% when 1 %}  
{%=$10+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$32+ drop%}{% endif %}  
{% when 2 %}  
{%=$20+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$33+ drop%}{% endif %}  
{% endcase %}  
|  
{% endstripnewlines %}{% endfor %}{{ $15 | currency }} {% if detail.custom.adres1 != blank %}  
| {{ detail.custom.adres1 }}{% endif %}{% if detail.custom.postcode or detail.custom.gemeente != blank %}  
| {{ detail.custom.postcode }} {{ detail.custom.gemeente }}{% endif %}{% if detail.custom.vatnr != blank %}  
| {{ detail.custom.vatnr }}{% endif %}{% if type\_opties != blank%}{% assign type\_int = detail.custom.type | integer | minus:6 %}  
| {% t “soort” %} {{ type\_opties[type\_int] }}{% endif %}{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}  
| {% t “fiche” %} {% t “Ja” %} {% endif %}  
|{% endif %}{% endfor %}{% for vrije in current\_account.custom.vrije\_tekst %}  
|{{ vrije.text }} |{% assign $15 = 0 %}{% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %}{%=$11+ vrije[‘first\_year’] as:currency placeholder:’’ %}|{% endif %}{% $15+ vrije[forloop.index] %}{% case forloop.index0 %}{% when 0 %}{%=$0+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 1 %}{%=$10+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 2 %}{%=$20+ vrije[forloop.index] as:currency placeholder:’’ %}{% endcase %}|{% endfor %}{{ $15 | currency }}{% endfor %}{% endfor %}{% unexplained current\_account.value-($10+$20+$0) %}{% for current\_account in accounts.include\_zeros\_with\_details %}|{% for detail in current\_account.details %}  
| {{ [detail.custom.name](http://detail.custom.name) }} | {% assign $15 = 0 %}{% for year in period.calendar\_years %}{% stripnewlines %}  
{% if forloop.last %}{% assign drop = detail.custom.value %}{% else %}{% assign drop = detail.custom[forloop.index] %}{% endif %}  
{% if forloop.first and first\_date\_not\_broken %}  
{%=$11+ detail.custom[‘first\_year’] as:currency placeholder:’’ %}|{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$30+ detail.custom[‘first\_year’]%}{% endif %}  
{% endif %}  
{% $15+ drop %}  
{% case forloop.index0 %}  
{% when 0 %}  
{%=$0+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$31+ drop%}{% endif %}  
{% when 1 %}  
{%=$10+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$32+ drop%}{% endif %}  
{% when 2 %}  
{%=$20+ drop as:currency placeholder:’’ %} {% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}{%$33+ drop%}{% endif %}  
{% endcase %}  
|  
{% endstripnewlines %}{% endfor %}{{ $15 | currency }} {% if detail.custom.adres1 != blank %}  
| {{ detail.custom.adres1 }}{% endif %}{% if detail.custom.postcode or detail.custom.gemeente != blank %}  
| {{ detail.custom.postcode }} {{ detail.custom.gemeente }}{% endif %}{% if detail.custom.vatnr != blank %}  
| {{ detail.custom.vatnr }}{% endif %}{% if type\_opties != blank%}{% assign type\_int = detail.custom.type | integer | minus:6 %}  
| {% t “soort” %} {{ type\_opties[type\_int] }}{% endif %}{% if detail.custom.fichejanee == 1 or detail.custom.fichejanee == “true” %}  
| {% t “fiche” %} {% t “Ja” %} {% endif %}  
|{% endfor %}{% for vrije in current\_account.custom.vrije\_tekst %}  
|{{ vrije.text }} |{% assign $15 = 0 %}{% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %}{%=$11+ vrije[‘first\_year’] as:currency placeholder:’’ %}|{% endif %}{% $15+ vrije[forloop.index] %}{% case forloop.index0 %}{% when 0 %}{%=$0+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 1 %}{%=$10+ vrije[forloop.index] as:currency placeholder:’’ %}{% when 2 %}{%=$20+ vrije[forloop.index] as:currency placeholder:’’ %}{% endcase %}|{% endfor %}{{ $15 | currency }}{% endfor %}{% endfor %}{% unexplained current\_account.value-($10+$20+$0) %}  
|  
|\_ **{% t “Totaal” %}** _|_ {% for year in period.calendar\_years %}{% if forloop.first and first\_date\_not\_broken %} **{{ $11 | currency }}** _|_{% endif %}{% case forloop.index0 %}{% when 0 %} **{{ $0 | currency }}** {% when 1 %} **{{ $10 | currency }}** {% when 2 %} **{{ $20 | currency }}** {% endcase %}_|_{% endfor %} **{{ $0+$10+$20 | currency }}** \_|{% result ‘totaal\_y1’ $30 %} {% result ‘totaal\_y2’ $31 %} {% result ‘totaal\_y3’ $32 %} {% result ‘totaal\_y4’ $33 %}’’’

---

<div class="post-metadata">

### Author: ![Tim](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/tim/32/1304_2.png) [@Tim](https://community.silverfin.com/u/Tim)
#### Post date: [April 3, 2017, 8:43am UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115/4 "2017-04-03T08:43:06Z")

</div>

Hi Sylvie,

I had a look, and in this specific case, it seems due to the fact that you do

`| {% if detail.custom.name != blank %}{{ detail.custom.name }} |` in the block for `accounts3`.

`accounts3` contains accounts, with filled in details, but the details are filled in with a default template. This means they don’t have a `custom.name`. You would think this would prevent the code to be executed (as `detail.custom.name != blank` is `false`) and that’s correct, but the fact that the `|` is before the `if` statement, means that a new table row will be created anyway.

Moving the `|` in the if statement could resolve the whitespace (but you should probably also move the start of the if statement to the previous line then, otherwise your table will be broken.

---

<div class="post-metadata">

### Author: ![svalais](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/svalais/32/2422_2.png) [@svalais](https://community.silverfin.com/u/svalais)
#### Post date: [April 3, 2017, 1:05pm UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115/5 "2017-04-03T13:05:50Z")

</div>

Hi Tim,

Problem is solved.

Thanks,

Sylvie

---

<div class="post-metadata">

### Author: ![michail](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.silverfin.com/michail/32/8_2.png) [@michail](https://community.silverfin.com/u/michail)
#### Post date: [April 3, 2017, 2:03pm UTC](https://community.silverfin.com/t/white-spaces-in-detail-erelonen/115/6 "2017-04-03T14:03:14Z")

</div>


