Files @ 7fac10241ec7
Branch filter:

Location: symposion_app/pinaxcon/templates/registrasion/base.html

Joel Addison
Improve attendee reports

Display attendee profile data in normal table without DataTables so
sorting is not applied, causing data to be confusing to read.
Include item quantity in attendee data report for accurate schwag packing.
{% extends "site_base.html" %}
{% load staticfiles %}
{% load lca2018_tags %}
{% load i18n %}

{% block head_title %}{% block page_title %}{% endblock %}{% endblock %}

{% block content_base %}
{% block content %}
  <div class="jumbotron rego-content">
    {% block proposals_body %}
    {% endblock %}
  </div>
{% endblock content %}
{% endblock %}