{% extends "django_presskit/base.html" %}
{% load dpk_util thumbnail %}
{% block extra-head %}
{% condense %}
{% if product.header_image %}
{% endif %}
{% if product.logos.count %}
{% for image in product.logos.all %}
{% endfor %}
{% endif %}
{% if product.images.count %}
{% for image in product.images.all %}
{% endfor %}
{% endif %}
{% if product.videos.count %}
{% for video in product.videos.all %}
{% endfor %}
{% endif %}
{% endblock %}
{% block title %}{{project.title}} Presskit{% endblock %}
{% block identity %}
{{project.company.title}} Presskit
{% endblock %}
{% block header %}
{% if project.company.website %}
{{project.company.title}}
{% else %}
{{project.company.title}}
{% endif%}
{% if project.company.based_in %}
Based in {{project.company.based_in}}{% endif %}
{{project.release_date}}
{{quote.description | markdown}} {{quote.reviewer}}, {{quote.publication_name}}{% endfor %}
Please fill in your e-mail address below to complete a distribute() request and we'll get back to you as soon as a press copy is available for you.
Alternatively, you can always request a press copy by sending us a quick email.
{{link.description}} {{link.website | domain}}
{% endfor %}