{% extends "base.html" %} {% load static %} {% block style %} {# djlint:off #} {# djlint:on #} {% endblock style %} {% block content %}

{{ obj }}

{% if obj.description %}

{{ obj.description }}

{% endif %} {% if obj.get_logo_url %}
{% endif %} {% for related in related_objects %} {% endfor %}
{{ related.title }} {{ related.count }}
{% endblock content %}