{% extends base %} {% load cms %} {% block main_content %}
{% if obj.is_published %}Currently live{% else %}Currently not live{% endif %} {{ obj.status_line }}