description = "Project Partial" [viewBag] == {% for rel in projects %}

{{rel.name}}

{{rel.location}}

{{rel.start_date|date('M Y')}} - {{rel.end_date|date('M Y')}}

{% else %}

No Result Found.

Try changing the year or service to a different one.

{% endfor %}