Files @ 61f32ef0e0cc
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/registrasion/dashboard_widget.html - annotation

Brett Smith
Support multiple proposal types.
{% 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 %}