{{ post.title }}
- {% block blog_meta %} - {% include "djangocms_blog/includes/blog_meta.html" %} - {% endblock %} + {% block blog_meta %} + {% include "djangocms_blog/includes/blog_meta.html" %} + {% endblock %}{% trans "Archive" %}
- {% regroup dates by date.year as years %} - {% with current_year=year current_month=month %} --
- {% for year in years %}
-
-
- {{ year.grouper }}
-
-
- {% for month in year.list %}
-
-
-
+ {% regroup dates by date.year as years %}
+ {% with current_year=year current_month=month %}
+
-
+ {% for year in years %}
+
-
+ {{ year.grouper }}
+
-
+ {% for month in year.list %}
+
- + {{ month.date|date:"F" }} ( {% if month.count > 0 %} @@ -19,14 +19,14 @@ {% else %}{% trans "0 articles" %}{% endif %} ) - - {% endfor %} -
- {% empty %}
- {% trans "No article found." %}
- {% endfor %}
-
+ {% endfor %}
+ -
+ {{ year.grouper }}
+
+ {% empty %}
+ -
-
+ {% regroup dates by date.year as years %}
+ {% with current_year=year current_month=month %}
+
{% trans "No article found." %}
+ {% endfor %}
+
{% trans "Authors" %}
-{% trans "Categories" %}
--
- {% for category in categories %}
-
-
+
-
+ {% for category in categories %}
+
- {{ category.name }} ( {% if category.count > 0 %} @@ -12,9 +12,9 @@ {% else %}{% trans "0 articles" %}{% endif %} ) - {% empty %} -
{% trans "No categories found." %}
- {% endfor %}
-
+ {% endfor %} +{% trans "No categories found." %}
{% trans "No article found." %}
+ {% include "djangocms_blog/includes/blog_item.html" with post=post TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %} + {% empty %} +{% trans "No article found." %}
{% endfor %} -{% trans "Tags" %}
-{% render_model post "title" %}
- {% block blog_meta %} - {% include "djangocms_blog/includes/blog_meta.html" %} - {% endblock %} + {% block blog_meta %} + {% include "djangocms_blog/includes/blog_meta.html" %} + {% endblock %}- {% if author %}{% trans "Articles by" %} {{ author.get_full_name }} + {% if author %}{% trans "Articles by" %} {{ author.get_full_name }} {% elif archive_date %}{% trans "Archive" %} – {% if month %}{{ archive_date|date:'F' }} {% endif %}{{ year }} {% elif tagged_entries %}{% trans "Tag" %} – {{ tagged_entries|capfirst }} {% elif category %}{% trans "Category" %} – {{ category }}{% endif %} @@ -16,13 +16,13 @@
{% trans "No article found." %}
+ {% include "djangocms_blog/includes/blog_item.html" with post=post image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %} + {% empty %} +{% trans "No article found." %}
{% endfor %} - {% if author or archive_date or tagged_entries %} - - {% endif %} + {% if author or archive_date or tagged_entries %} + + {% endif %} {% if is_paginated %}