File diff 34a02676d6b7 → b528902afb8f
pinaxcon/templates/registrasion/dashboard_widget.html
Show inline comments
 
new file 100644
 
{% 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 %}