{% extends 'products/base.html' %} {% load url %} {% load static %} {% block title %}Blogs - {{ block.super }}{% endblock %} {% block breadcrumbs %} {% if tag %}
{{ object.created|date:"j N Y" }} by {# @formatter:off #} {% for author in object.authors.all %}{% if not forloop.first %}{% if forloop.last %} and {% else %}, {% endif %}{% endif %}{% firstof author.get_full_name author.username %}{% endfor %} {# @formatter:on #}
{{ object.description }}
No blogs available.
{% endfor %} {% endblock %}