{% load static %} {% load bloomerp %} {% load crispy_forms_tags %}

{{object|model_name_plural|title}}

{% include "detail_views/snippets/card_header.html" with content_type_id=content_type_id object=object %}
{% include "snippets/card_picture_snippet.html" with image_object=object.avatar name=object %}

{{object}}

{% block content %} {% if include_detail_content %} {% include include_detail_content %} {% endif %} {% endblock content %}