{% load feincms_tags breadcrumbs i18n disqus_tags %} {% block breadcrumbs %} {% if drilldown_mode %} {% drilldown date drilldown_mode %} {% endif %} {% endblock %}

{{ title }}

{% for object in object_list %}

{{ object.title }}

{% trans 'By' %} {{ object.user.get_full_name }}. {% trans 'Posted on' %} {{ object.published_on|date:"SHORT_DATE_FORMAT" }} {% trans 'at' %} {{ object.published_on|time:"H:i" }}

{{ object.meta_description }}

{{ object.richtextcontent_set.all.0.render }} {% if object.richtextcontent_set.all.1 %} {% trans 'more...' %} {% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %} {% if page_obj.has_other_pages %}
{% endif %}