{% if article.google_profile %}
{% if article.has_google_author %}
{% trans "View Author's Google+ Profile" %}
{% elif article.has_google_publisher %}
{% trans "View Publisher's Google+ Page" %}
{% endif %}
{% endif %}
{% blocktrans with body=article.body|safe %}{{ body }}{% endblocktrans %}
{% include "articles/meta.html" with show_source=True show_fb_connect=True %}
{% endblock %}