{% load i18n %} {% load lfc_tags %}

{% trans "SEO" %}

{% ifhasperm edit %}
{% include "lfc/manage/lfc_form.html" %}
{% else %}
{{ obj.meta_title }}
{{ obj.meta_keywords }}
{{ obj.meta_description }}
{% endifhasperm %}