{% extends 'sales/base.html' %} {% load staticfiles %} {% load thumbnail %} {% block content%}
Document
Edit
{% if doc_obj.title %}
{{ doc_obj.title }}
{% endif %} {% if doc_obj.status %}
{{ doc_obj.status }}
{% endif %}
{{ doc_obj.created_by }}
{{ doc_obj.created_on }}
{% if doc_obj.document_file %} Download {% endif %}
{% endblock %}