{% extends "admin/change_form.html" %} {% load i18n admin_modify adminmedia %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }} {% block after_related_objects %} {# chainedSelect for Collectibles derived classes #} {# chainedSelect for RelatedContents #} {% endblock %} {# TODO(nicoechaniz): the collection tabs code is messy. needs lots of love but it works... #} {% if original.related_contents.count >= 0 %} {% endif %} {% endblock %}