{% load i18n static %}
{% trans 'Some OpenGraph required attributes are missing. Please check the official website for more information.' %}
{% endif %}{% trans "Variable" %} | {% trans "Value" %} |
---|---|
{{ v }} |
Page title (using the title tag): {{ title }}
{% else %}{% trans "You should provide a title to your page" %}
{% endif %}{% trans "Variable" %} | {% trans "Value" %} |
---|---|
{% if v is None %}{% trans "(missing value)" %}{% else %}{{ v }}{% endif %} |