{% extends 'administration/base_admin.html' %} {% load i18n %} {% block title %}{% trans "Search Engine Optimization" %}{% endblock %} {% block action_close %}admin.settings.cancel_form();{% endblock %} {% block content %}

{{ form.as_table }}

{% trans "Key words you put here will present your website. It has to be a list of word, separate by coma, which describe majors domains of your website.
Description will be display in search website (Google) to introduce briefly your site." %}

{% trans "You can also describe each page of you website with specified key words and description. They will be display before your website inforamtions, that way referencing will be optimized for each page of you site." %}

{% endblock %}