{% load i18n cyclope_utils %} {% with author=current_object.get_author_or_user %} {% with author_url=author.get_absolute_url %} {% if author %}
{% if CYCLOPE_THEME_TYPE == 'bootstrap' %}

{% trans "By" %} {{ author }}

{% elif CYCLOPE_THEME_TYPE == 'classic' %}

{% if author_url %} {% endif %}{% trans "By" %} {{ author }}{% if author_url %}{% endif %}

{% endif %}
{% endif %} {% endwith %} {% endwith %}