{% extends "charisma_django/boxes/col_md.html" %}
{% block boxicon %}
{{ colmdicon|default:"glyphicon-globe" }}
{% endblock %}
{% block boxtitle %}
{{ colmdicontitle|default:"Tour" }}
{% endblock %}
{% block boxcontent %}
Click Here to restart the tour
You can create Custom Tour, like this.
For more help on implementing tour go here
{% endblock %}
{% block boxmodal %}
Settings can be configured here for Datatable borderer
{% endblock %}