copyleftconf-website/pinaxcon/templates/registrasion/dashboard_widget.html

30 lines
481 B
HTML
Raw Normal View History

2017-10-03 01:48:29 +00:00
{% 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 %}