{% extends 'base-with-sidebar-and-grid.html' %} {% load staticfiles %} {% load custom_tags %} {% block title %}Sequence mining{% endblock %} {% block content-grid %}
0
Filter
{% endblock %} {% block modal-dialog %} {% include 'partials/modal.html' with order='yes-no' yes='Yes' no='No' %} {% endblock %} {% block scripts %} {% debug_mode as is_in_debug_mode %} {% if is_in_debug_mode %} {% else %} {% endif %} {% endblock %}