{{work.description|safe}}
{% if work.get_previous_work %}{% trans 'Previous Work' %}{% endif %} {% if work.get_next_work %}{% trans 'Next Work' %}{% endif %}{% extends 'base.html' %} {# Thumbnail tags #} {% load thumbnail %} {# I18N #} {% load i18n %} {# Title Override #} {% block title %}{{work.title}}{% endblock %} {# content #} {% block content %}
{{work.description|safe}}
{% if work.get_previous_work %}{% trans 'Previous Work' %}{% endif %} {% if work.get_next_work %}{% trans 'Next Work' %}{% endif %}