{% extends "var_cms/base.html" %} {% load var_cms_tags %} {% block title %}{{ title }}{% endblock %} {% block breadcrumb %} ›{{ admin.verbose_name_plural|title }} ›View {% endblock %} {% block topbar_actions %} ← Back {% if can_edit and admin.custom_object_actions %} {% for act in admin.custom_object_actions %} {% if act.icon %} {% endif %} {{ act.label }} {% endfor %} {% endif %} {% if can_edit %} Edit {% endif %} {% endblock %} {% block content %}