{% load i18n %} {% load static %} {% load unicms_contexts %} {% call obj=publication method='url' webpath=webpath as url %}
{% if url %} {% endif %} {{ publication.image_description }} {% if url %} {% endif %}
{% block card_labels %}
{% for cat in publication.categories %} {{ cat.name }} {% endfor %}
{% endblock card_labels %} {% include "includes/edit_page_publication.html" with item=page_publication %} {% if url %} {% endif %}

{{ publication.title }}

{% if url %}
{% endif %} {% block card_content %} {% if publication.subheading %}

{{ publication.subheading|truncatechars:50 }}

{% endif %} {% endblock card_content %} {% if url %} {% include "includes/social_share.html" with share_title=item.publication.title share_url=request.get_host|add:url %} {% endif %}