You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
353 B
13 lines
353 B
2 years ago
|
<div class='list_container hide'>
|
||
|
<ul{{ has_search_results ? ' class="search_results"' }}>
|
||
|
{{ list_content|raw }}
|
||
|
</ul>
|
||
|
|
||
|
{% if not is_tree %}
|
||
|
<span class='hide loaded_db'>{{ parent_name|url_encode }}</span>
|
||
|
{% if list_content is empty %}
|
||
|
<div>{% trans 'No tables found in database.' %}</div>
|
||
|
{% endif %}
|
||
|
{% endif %}
|
||
|
</div>
|