{% extends "fluent_blogs/entry_contents_base.html" %} {% block entry-footer-contents %} {{ block.super }} {% comment %} Added as example, removed for cleaning up.

{% trans "Short url" %}: {% with short_url=object.get_short_url %} {% if short_url %} {{ short_url }} {% else %} {% trans "Unavailable" %} {% endif %} {% endwith %}

{% endcomment %} {% endblock %}