{% extends 'rtd/side_bar_base_data.html' %} {% load staticfiles %} {% block visual %} {% if valid_date %}
warning: {{valid_date}}
{% endif %} {% if year_valid %}
warning: {{year_valid}}
{% endif %} {% if not valid_date and not year_valid %}
{{num_papers}} results found
{% for doc in rsp %}
{{ doc.abstract.0|truncatechars:300}}
{{ doc.date_created.0 }} -

{{ doc.authors.0 }}

Category

: {% if source == 'ocde' %}{{ doc.OCDE_Prediction.0 }} {% endif %} {% if source == 'hrcs' %}{{ doc.HRCS_Prediction.0 }}{% endif %}
{% endfor %}
{% endif %}
{% endblock %}