{% load i18n apphooks_config_tags cms_tags sekizai_tags staticfiles thumbnail %} {% if dashboard.featured_image_id %}

{% if not detail_view %} {% endif %} {{ dashboard.featured_image.alt }} {% if not detail_view %} {% endif %}

{% endif %} {% if dashboard.categories %}

{% for category in dashboard.categories.all %} {{ category.name }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}

{% if not detail_view %} {% render_model dashboard "title" %} {% else %} {% render_model dashboard "title" %} {% endif %}

{% if not detail_view %}
{% render_model dashboard "lead_in" "" "" "truncatewords_html:'20'" %}
{% endif %} {% include "dashboards_app/includes/author.html" with author=dashboard.author %} {% if dashboard.tags and detail_view %}

{% for tag in dashboard.tags.all %} {{ tag.name }} {% endfor %}

{% endif %} {% if detail_view %}
{% render_model dashboard "lead_in" %}
{% endif %} {% if detail_view %}
{% render_placeholder dashboard.content language placeholder_language %}
{% endif %}
{% addtoblock "css" %}{% endaddtoblock %}