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