{% extends "base-print.html" %} {% load base_filters %} {% load base_tags %} {% block title %} {{ case_study.client }} - {% for tech in case_study.technologies.all %} {% if forloop.first %}{{ tech.title }}{% endif %} {% endfor %} Case Study {% endblock %} {% block meta_keywords %} {% nowhitespace %} casestudy {{ case_study.client }} {% if case_study.tags %} {{ case_study.tags }} {% endif %} {% endnowhitespace %} {% endblock %} {% block meta_description %} {% nowhitespace %} {{ case_study.client }} case study {{ case_study.overview|striptags|truncatewords:"50"|safe }} {% endnowhitespace %} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{{ case_study.client }} {% trans "Case Study Print View" %}

« {% trans "Back to regular case study view" %}
{% trans "Your printed page will look something like this." %}

{{SITE_GLOBAL_SITEURL}}{{ case_study.get_absolute_url }}

{{ case_study.client }} {% trans "Case Study" %}

{% for img in case_study.featured_screenshots %} {% if forloop.first %} {% endif %} {% endfor %}

URL

{{ case_study.url }}
{% if case_study.overview %}

Overview

{{ case_study.overview|safe }}

{% endif %} {% if case_study.execution %}

Execution

{{ case_study.execution|safe }}

{% endif %} {% if case_study.results %}

Results

{{ case_study.results|safe }}

{% endif %}

Screenshots

{% for img in case_study.screenshots %} {{ img.description }} {% endfor %}
{% if tags %}
Tags: {% for tag in tags %} {{ tag }} {% endfor %}
{% endif %}
{% endblock %}