django-orchestra-test/orchestra/apps/bills/templates/bills/microspective-proforma.html

10 lines
200 B
HTML

{% extends 'bills/microspective.html' %}
{% block head %}
<style type="text/css">
{% with color="#2C5899" %}
{% include 'bills/microspective.css' %}
{% endwith %}
</style>
{% endblock %}