Fatal error: Uncaught --> Smarty Compiler: Syntax error in template "file:__feeds_post.body.tpl" on line 26 "{if $_post['post_type'] == "photos"} {$_post['text']} {/if} </div> <div class="post-text-translation x-hidden" dir="auto"></div> {/if} <!-- post text --> </div> </div> {/if} {if $_post['post_type'] == "course" && $_post['course']} <div class="mt-2"> <div class="post-media"> <a class="post-media-image d-block position-relative ratio ratio-16x9" href="{$system['system_url']}/posts/{$_post['post_id']}" target="_blank"> <div class="image" style="background-image:url('{$system['system_uploads']}/{$_post['course']['cover_image']}');"></div> </a> </div> <div class="post-course-meta"> <h3 class="headline-font mt-2">{$_post['course']['title']}</h3> <h6 class=""> <span class="main">{print_money($_post['course']['fees'], $_post['course']['fees_currency']['symbol'], $_post['course']['fees_currency']['dir'])}</span> </h6> <!-- custom fileds --> {if $_post['custom_fields']['basic']} <div class="post-custom-fileds-wrapper mt-3"> {foreach $_post['custom_fields']['basic'] as $custom_field} {if $custom_field['value']} <div> <div class="fw-medium">{__($custom_field['label'])}</div> {if $custom_field['type'] == "textbox" && $custom_field['is_link']} <a href="{$custom_field['value']}">{__($custom_field['value']|trim)}</a> {elseif $custom_field['type'] == "multipleselectbox"} {__($custom_field['value_string']|trim)} {else} {__($custom_field['value']|trim)} {/if} </div> {/if} {/foreach} </" unclosed {if} tag <-- thrown in /home/taxcdtwb/www.magicbox.mg/content/themes/gama/templates/__feeds_post.body.tpl on line 26