{% load i18n %} {% if fn.location and fn.url %} {{ fn.location }} {% elif fn.location %} {{ fn.location }} {% elif fn.url %} {# Translators: label for a link to a resource with no named location #} {% translate "online resource" %} {% endif %}