{% extends "lazycrud/object_detail.html" %} {% load lazycrud %} {% block js %} {{ block.super }} {% include "lazycrud/_datatables_js.html" %} {% endblock %} {% block css %} {% include "lazycrud/_datatables_css.html" %} {% endblock %} {% block right_col %}
| {{ view.model|fieldlabel:name }} | {% endfor %} {% if view.related_list_actions %}{% endif %} |
|---|---|
| {{ o|fieldvalue:name }} | {% endfor %} {% if view.related_list_actions %}{% for action in view.related_list_actions %} {% if action.icon %} {% endif %}{{ action.label }} {% endfor %} | {% endif %}