{% macro render_project_tooltip(project) %}
data-toggle="tooltip"
data-ident="{{ project.ident or '' }}"
data-summary="{{ project.summary|truncate(140, True, '..') or project.name }}"
data-imageurl="{{ project.image_url|quote_plus }}"{#
> Status icons in tooltip:
#}data-status="{% if project.contact_url %}👋{% endif %}{#
#}{% if project.webpage_url %}🌐{% endif %}{#
#}{% if project.download_url %}📂{% endif %}{#
#}{% if project.source_url %}💻{% endif %}"
{% endmacro %}
{% macro render_project_hexagon(project) %}
{{ render_hexagontent(project) }}
{% if project.is_challenge %}
{{ project.summary }}
{{event.summary or event.description|truncate(300) or event.oneliner|markdown|striptags|truncate(300)}} {% if event.webpage_url %} www {% endif %}