{% extends "base.html" %} {% block title %}{{ _('Publications') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Publications') }}

{{ _('Publications can be linked to objects to track where and how an object has been used in a publication.') }}

{% if publications %} {% else %}

{{ _('No publications have been linked to any objects yet.') }}

{% endif %} {% endblock %}