{% extends 'stela_control/base_list.html' %} {% load static %} {% load i18n %} {% load crispy_forms_tags %} {% block bsCall %} {% endblock %} {% block title %}
| Id | {% trans "Title" %} | {% trans "Status" %} | {% trans "Image" %} | {% trans "Reviews" %} | {% trans "View" %} | ||
|---|---|---|---|---|---|---|---|
| {{item.id}} | {{item.title}} | {% if item.status == 'Active' %}{% trans "Active" %} | {% else %}{% trans "Inactive" %} | {% endif %}{{item.image_tag}} | {{item.comments.all|length}} |