{% extends 'base.html' %} {% block title %}Your Preferences{% endblock %} {% block content %}

Your Preferences

Regions

Add new Region:

{% if all_regions %} {% for r in all_regions %} {% endfor %} {% else %}

No regions available. Ask an admin to add some.

{% endif %}
Keywords

Add new Keyword:

{% if all_keywords %} {% for k in all_keywords %} {% endfor %} {% else %}

No keywords available. Ask an admin to add some.

{% endif %}
{% endblock %} {% block footer_scripts %} {% endblock %}