Files @ a7a49d83b13c
Branch filter:

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

Brett Smith
js: Host jQuery, don't use a CDN.

jQuery 3.2.1 downloaded directly from
<https://code.jquery.com/jquery-3.2.1.js>;.

Licesnse from
<https://github.com/jquery/jquery/blob/3.2.1/LICENSE.txt>;.
{% 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 &amp; Receipts
{% endblock %}

{% block invoice_item_prefix %}
  {% if invoice.is_paid %}
    Receipt
  {% else %}
    Statement
  {% endif %}
{% endblock %}