{%extends 'base.shpaml'%} 0 0 {%load paginator%} 0 1 0 2 {% block title %}{% if not category_obj %}Belcanto.ru — классическая музыка, опера и балет{% else %}{% if category_obj.name != 'Новости' %}{{category_obj.name}} | {% endif %}Новости{% endif %} | Belcanto.ru{% endblock %} 0 3 0 4 {%block dopmenu%} 0 5 %include "include/_dopmenu.shpaml" with data=categorys name=category_obj.name 2 6 {%endblock%} 0 7 {%block main%} 0 8 h1.title.clear 2 9 .left-title > .left-center || 4 10 .right-title > .right-center || 4 11 em |= category_obj.name 4 12 {%endblock%} .content-layout 2 13 .lside 4 14 {% for post in posts %}{%include "include/_news_post.shpaml" with image_width="120" image_source=post.main_image.thumbnail130 %}{% endfor %} 6 15 .rside 4 16 %if category_name == 'news' 6 17 %url 'news_page' as url_news 8 18 %include 'include/_see_more.html' with sm_title='Новости' sm_objects=important_list sm_href=url_news sm_date='true' 8 19 %if category_name != 'news' 6 20 %url 'news_category_page' 'news' as url_news 8 21 %include 'include/_see_more.html' with sm_title='Коротко о важном' sm_objects=important_list sm_href=url_news sm_date='true' 8 22 %include 'include/_reklama_205.shpaml' 6 23 .clear || 2 24 %if paginator.num_pages > 1 2 25 .pages 4 26 %spaceless 6 27 %paginator paginator page maxl=maxl 8 28 .reklama |= belcanto_bottom 2 29