{% extends 'base.html' %} {% load humanize %} {% block title %}{{ block.super }}| {{ object.title }}{% endblock title %} {% block content %}
by {% if object.user.get_full_name %} {{ object.user.get_full_name }} {% else %} {{ object.user.username }} {% endif %}
Posted on, {{ object.created_at|naturaltime }}
{{ object.details }}
Platter | {{ object.title }} |
Category: | {% for cat in object.get_categories %} {{ cat }} {% endfor %} |
Location | {{ object.location }} |
Price | {{ object.price }} Taka, Vat {{ object.vat }}% |
Persons | {{ object.persons }} |
Taste | {{ object.taste }} out of 10 |
Likes | {{ object.likes_count }} |
{{ comment.text }}
 {{ comment.created_at }}