{% load i18n %} {% if section == 'blog' %} {{ title }}{% if page_obj and page_obj.number != 1 %}, {% trans "page" %} {{ page_obj.number }}{% endif %} — {{ settings.RBLOG_SITE_TITLE }} {% if page_obj.number == 1 %}{% endif %} {% if page_obj.number == 1 %}{% endif %} {% if page_obj.number != 1 %}{% endif %} {% endif %} {% if section == 'tag' %} {{ title }}, tag "{{ tag }}" — {{ settings.RBLOG_SITE_TITLE }} {% endif %} {% if section == 'archive' %} {{ title }}, {{ archive }} {% endif %} {% if section == 'post' %} {{ mypost.title }} — {{ settings.RBLOG_SITE_TITLE }} {% endif %}