29 lines
		
	
	
	
		
			481 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			481 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% 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 %}
 |