{% extends 'products/base.html' %} {% load url %} {% load profiles %} {% load bleach %} {% load guardian_tags %} {% load static %} {% block title %}{{ object.title }} - Blogs - {{ block.super }}{% endblock %} {% block breadcrumbs %}
Published {{ 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 #}
Hear about new blogs and other developments in the field? Subscribe to our newsletter.