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

{{ case_study.client }}

{% spaceless %}

Services: {% for service in case_study.services.all %} {{ service.title }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endspaceless %} {% spaceless %}

Technology: {% for tech in case_study.technologies.all %} {{ tech.title }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endspaceless %}

View this Website »

{% include 'case_studies/meta.html' %}