{{ object }} {% if fields %}
    {% for field in fields %}
  • {% include settings.DETAIL_FIELDMAP %}
  • {% endfor %}
{% endif %}

{% include 'django_bkendoz/templates/detail-menu.html' %}