{% if publication.image_url %} {{ publication.title }} image {% endif %}
{% if show_pub_date %}
Date:
{% with pub_date_format=publication.month|yesno:"F Y,Y" %}{{ publication.get_date|date:pub_date_format }}{% endwith %}
{% endif %} {% if publication.get_authors and show_pub_authors %}
Authors:
{{ publication.get_authors|join:', ' }}
{% endif %} {% if publication.get_tools and show_pub_tools %}
Tools:
{{ publication.get_tools|join:', ' }}
{% endif %} {% if publication.get_projects and show_pub_projects %}
Projects:
{{ publication.get_projects|join:', ' }}
{% endif %}