{% extends 'dashboard/base.html' %} {% load i18n re_paginator %} {% block content-header %}
| ID | Title | Price | Type | Image |
|---|---|---|---|---|
| ID | {% trans "Title" %} | {% trans "Price" %} | {% trans "Type" %} | {% trans "Image" %} |
| {{ listing.id }} | {{ listing.title }} | {{ listing.price }} | {{ listing.type }} | {{ listing.main_image }} |