{% load bibmate_extras %} {% load url from future %}
{% block title %}{{ TITLE }}{% endblock %}
{% block top %}
{{ TITLE }}
Home
{% if user.is_authenticated %} |
Import
{% endif %} |
Advanced search
|
About
| {% if user.is_authenticated %} Welcome
{{ user.username }}
Logout
{% else %}
Login
{% endif %}
{% endblock %}
{% block content %}
{{ search_form.non_field_errors }}
{{ search_form.searchBy }} {{ search_form.argument }}
{% include "_searchInfo.html" %}
Download BibTex file
{% include "publicationsList.html" %} {% endblock %}