{% extends 'portal.html' %} {% load crispy_forms_tags %} {% load selectable_tags %} {% block extrastyle %} {% include_ui_theme %} {% endblock %} {% block title %}{{assessment}} | Visualizations | {{crud}} {% endblock title %} {% block breadcrumbs %}
  • {{assessment}}/
  • Visualizations/
  • {% if crud == "Update" %}
  • {{object}}/
  • {% endif %}
  • {{crud}}/
  • {% endblock %} {% block content %} {% include "summary/_smartTagEditModal.html" with form=smart_tag_form only %} {% endblock %} {% block extrajs %} {{ smart_tag_form.media }} {% endblock %}