{% extends 'base.html' %} {% load static %} {% block extraheadcontent %} {% if access.is_creator %}{% else %}{% endif %} {% endblock %} {% block title %} Select Keywords - SRTool {% endblock %} {% block pagecontent %}

Keywords: Add Keyword Add Keyword List

{% url 'keywords' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}