{% extends 'aristotle_mdr/base.html' %} {% load humanize i18n %} {% load aristotle_tags util_tags %} {% load render_bundle from webpack_loader %} {% block webpack_css_bundle %} {% render_bundle 'itemPage' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'itemPage' 'js' %} {% endblock %} {% block title %} {{ item.name }} ({{ item.get_verbose_name }}) {% endblock %} {% block content %}
{% include "aristotle_mdr/manageditems/titles/display_title.html" %}
{% include "aristotle_mdr/manageditems/helpers/actionbar.html" %} {% block infoContent %} {% endblock %}
{% endblock %}