{% extends "admin/base.html" %} {% block content %}
{{_("ID",2)}} | {{_("Title",2)}} | {{_("Permalink",2)}} | {{_("Status",2)}} | |
---|---|---|---|---|
{{page.id}} | {{page.title}} | /{{page.slug}} | {% if page.status == 1 %} {{_("Published",2)}} {% else %} {{_("Unpublished",2)}} {% endif %} | {{_("Edit",2)}} {{_("Delete",2)}} {{_("View",2)}} |