{literal} {/literal}

{$weather_city}

{$temp}{$lang_weather_temp_{$temperature_degree}}

{$lang_weather_{$weather_code}}

{if $weather_display_next_days eq 1} {section name=x loop=$forecast} {/section}
{$lang_day} {$lang_condition} {$lang_low} {$lang_high}
{$lang_{$forecast[x].day|strtolower}} {$lang_weather_{$forecast[x].code}} {$forecast[x].low} {$forecast[x].high}
{/if}