{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load django_tables2 %} {% block title %}{{ title }}{% endblock %} {% block content %}

{% trans 'Manage Keywords' %} {% if create_url %} {% endif %}

{% if filter %}

{% csrf_token %} {{ filter.form|crispy }} {% trans 'Clear' %}
{% endif %} {% render_table table %}
{% endblock content %}