6 lines
480 B
HTML
6 lines
480 B
HTML
{% load i18n %}
|
|
<div class="block notice">
|
|
<h4>{% trans "What are smart links?" %}</h4>
|
|
<p>{% blocktrans %}Smart links are a set of conditional statements that are used to query the database using the current document the user is accessing as the data source, the results of these queries are a list of documents that relate in some manner to the document being displayed and allow users the ability to jump to and from linked documents very easily.{% endblocktrans %}</p>
|
|
</div>
|