{% 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 %}
{% if view.related_list_title %}

{{ view.related_list_title }}

{% endif %} {% if view.related_create_url != None %}

{% endif %} {% for name in view.related_list_fields %} {% endfor %} {% if view.related_list_actions %} {% endif %} {% for o in related_list %} {% if view.no_record_link %} {% else %} {% endif %} {% for name in view.related_list_fields %} {% endfor %} {% if view.related_list_actions %} {% endif %} {% endfor %}
{{ view.model|fieldlabel:name }}
{{ o|fieldvalue:name }} {% for action in view.related_list_actions %} {% if action.icon %} {% endif %}{{ action.label }} {% endfor %}
{% endblock %}