{% block style_base %} {% comment %} See DEFAULT_CSS in https://github.com/chrisglass/xhtml2pdf/blob/master/xhtml2pdf/default.py for base style. {% endcomment %} {% block layout_style %} {%endblock%} {% block extra_style %}{% endblock %} {% endblock %}
{%block page_header%}

{{ org_name }}(Scope of Work | {{ title }})

{%endblock%} {%block content%} {% for field_name, field_value in sow_data.items %}

{{ field_name }}

{{ field_value|default:"-" }}

{% endfor %} {%endblock%}
{% if show_footer %} {% endif %}