{% 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 %}
{{SITE_GLOBAL_SITEURL}}{{ case_study.get_absolute_url }}
{{ case_study.overview|safe }}
{% endif %} {% if case_study.execution %}{{ case_study.execution|safe }}
{% endif %} {% if case_study.results %}{{ case_study.results|safe }}
{% endif %}