{% extends request.is_ajax|yesno:"aristotle_mdr/base_ajax.html,aristotle_mdr/base.html" %} {% load i18n humanize %} {% load aristotle_tags %} {% load static from staticfiles %} {% load render_bundle from webpack_loader %} {% block title %}Request review for {{ item.name }}{% endblock %} {% block webpack_bundle %} {% render_bundle 'changeStatus' 'js' %} {% endblock %} {% block content %}
{% endblock %}