{% extends "madga/studio/base.html" %} {% load i18n madga_studio_tags %} {% block breadcrumbs %}{% trans "Pages" %}{% endblock %} {% block content %}
{% trans "Static pages: about, pricing, privacy, etc." %}
| {% trans "Title" %} | {% trans "Slug" %} | {% trans "Status" %} | {% trans "Layout" %} | {% trans "Updated" %} | |
|---|---|---|---|---|---|
| {{ p.title }} | /{{ p.slug }} | {% studio_badge p.status p.get_status_display %} | {{ p.layout }} | {{ p.updated_at|date:"M j, Y" }} |
{% if p.slug %}
{% studio_icon "eye" size=14 stroke=2 %}
{% endif %}
{% trans "Edit" %}
|
| {% studio_empty title=_("No pages yet") message=_("Create the first one.") action_label=_("New page") action_href="/studio/pages/new/" %} | |||||