{% extends "news/base_blog.html" %} {% load url from future %} {% block content %}
Back to main news list
{{ object.body|safe }}
Published by {{object.author.first_name}} {{object.author.last_name}} on {{ object.modified_on|date:"F j, Y" }}
Published by {{object.author.username}} on {{ object.modified_on|date:"F j, Y" }}
Tags :: {% for tag in object.tags.all %} {{ tag.name }}{% if not forloop.last %}, {% endif %} {% endfor %}