6 lines
192 B
HTML
Raw Normal View History

2014-10-21 16:16:30 +05:30
{% block title %} {{ title }} {% endblock %}
{% block header %}<h2>{{ title }}</h2>{% endblock %}
{% block content %}{% include "templates/includes/sales_transactions.html" %}{% endblock %}