{% 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 }} {% if item.version %} - v{{ item.version }} {% endif %} ({{ item.get_verbose_name }}) {% endblock %} {% block content %}
{% if breadcrumbs %} {% endif %} {% block concept_title %} {% include "aristotle_mdr/concepts/titles/display_title.html" %} {% endblock %}
{% if not hide_item_actions %} {% include "aristotle_mdr/concepts/actionbar.html" %} {% endif %}
{% block infoContent %} {% endblock %}
{% bootstrap_modal "context_help" size='lg' %}
{% endblock %}