diff --git a/pinaxcon/templates/registrasion/dashboard_widget.html b/pinaxcon/templates/registrasion/dashboard_widget.html new file mode 100644 index 0000000000000000000000000000000000000000..13387f0693e835c5ebb36eb408c4de154fa747e1 --- /dev/null +++ b/pinaxcon/templates/registrasion/dashboard_widget.html @@ -0,0 +1,29 @@ +{% extends "registrasion/dashboard_widget_.html" %} + +{% comment %} + Blocks that you can override: + + - heading_actions + - heading + - panel_content + - available_credit + - invoices_heading + - invoice_item_prefix + +{% endcomment %} + +{% block heading %} + Tickets +{% endblock %} + +{% block invoices_heading %} + Statements & Receipts +{% endblock %} + +{% block invoice_item_prefix %} + {% if invoice.is_paid %} + Receipt + {% else %} + Statement + {% endif %} +{% endblock %}