{% extends 'core/base.html' %} {% load currency_filters %} {% block content %}

{{ task.title }}

{{ task.description }}

From: {{ task.price_from|cents_to_dollars }} To: {{ task.price_to|cents_to_dollars }}

Please fill out this field.

{% endblock %}