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

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

{% render_table table %}
{% endblock content %}