{% extends "base.html" %} {% block title %}{{ _('Publications') }} — {{ service_name }}{% endblock %} {% block content %}
{{ _('Publications can be linked to objects to track where and how an object has been used in a publication.') }}
{% if publications %}{{ _('No publications have been linked to any objects yet.') }}
{% endif %} {% endblock %}