{% 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 %}