{% extends 'settings/layout.html' %} {% load humanize %} {% load i18n %} {% load utilities %} {% block title %}{% trans "Link Domains" %}{% endblock %} {% block header %}{% trans "Link Domains" %}{% endblock %} {% block panel %}
{% trans "Link domains must be approved before they are shown on book pages. Please make sure that the domains are not hosting spam, malicious code, or deceptive links before approving." %}
{% trans "URL" %} | {% trans "Filetype" %} | {% trans "Book" %} |
---|---|---|
{{ link.url }} | {% if link.filelink.filetype %} {{ link.filelink.filetype }} {% endif %} | {% if link.filelink.filetype %} {% with book=link.filelink.book %} {% include "snippets/book_titleby.html" with book=book %} {% endwith %} {% endif %} |