Implement initial drug search
This commit is contained in:
14
core/templates/window-content/results.html
Normal file
14
core/templates/window-content/results.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{% load static %}
|
||||
|
||||
{% include 'mixins/partials/notify.html' %}
|
||||
{% if cache is not None %}
|
||||
<span class="icon has-tooltip-bottom" data-tooltip="Cached">
|
||||
<i class="fa-solid fa-database"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
fetched {{ table.data|length }} hits
|
||||
|
||||
|
||||
{% include 'partials/results_table.html' %}
|
||||
{# include 'partials/sentiment_chart.html' #}
|
||||
Reference in New Issue
Block a user