{% if fb_id != null %} {% if message|length > 0 and description|length > 0 %}

{{ message|raw }}

{% else %} {% if title|length > 0 %}

{{ title }}

{% endif %} {% endif %} {% elseif tw_id != null %} {% if title|length > 0 %}

{{ title }}

{% endif %} {% endif %} {% if image_link != null and remote_file_exist(regGet('imgpath') ~ image_link) %}

{% endif %}

{% if fb_id != null %} {% if message|length > 0 %} {{ message|raw }} {% endif %} {% if description|length > 0 %} {{ description|raw }} {% endif %} {% elseif tw_id != null %} {% if description|length > 0 %} {{ description|raw }} {% endif %} {% endif %}

{% if picture is not null and remote_file_exist(regGet('imgpath') ~ picture) %} {% endif %}

{{ name }}

{% if friends is not null and friends > 0 %} {{ friends }} friends {% endif %}

{{ showDate(time) }}