@@ -29,8 +29,6 @@ <h1 class="language-title">{{ country.name }}</h1>
2929 < li role ="presentation " class ="active "> < a data-toggle ="tab " data-target ="#general-view "> General Info</ a > </ li >
3030 < li role ="presentation "> < a data-toggle ="tab " data-target ="#languages-view "> Languages</ a > </ li >
3131 {% if user.is_authenticated %}
32- < li role ="presentation "> < a data-toggle ="tab " data-target ="#projects-view "> Projects</ a > </ li >
33- < li role ="presentation "> < a data-toggle ="tab " data-target ="#events-view "> Events</ a > </ li >
3432 < li role ="presentation "> < a data-toggle ="tab " data-target ="#comments-view "> Comments</ a > </ li >
3533 {% endif %}
3634 </ ul >
@@ -47,11 +45,6 @@ <h1 class="language-title">{{ country.name }}</h1>
4745 < tr > < th > Hashtag</ th > < td > {{ country.hashtag|default:"-" }}</ td > </ tr >
4846 < tr > < th > Population</ th > < td > {{ country.population|default:"-"|intcomma }}</ td > </ tr >
4947 < tr > < th > Region</ th > < td > {{ country.region|default:"-" }}</ td > </ tr >
50- < tr > < th > WA Region</ th > < td > {{ country.wa_region|default:"-" }}</ td > </ tr >
51- <!-- Legacy Code -->
52- {# < div class ="col-md-4 "> #}
53- {# include "resources/_short_list.html" with title="Top Networks" data=country.primary_networks.all #}
54- {# </ div > #}
5548 </ tbody >
5649 </ table >
5750 </ div >
@@ -66,63 +59,6 @@ <h1 class="language-title">{{ country.name }}</h1>
6659
6760 {% if user.is_authenticated %}
6861
69- <!-- PROJECTS VIEW -->
70- < div id ="projects-view " class ="row tab-pane ">
71- < div class ="col-md-12 ">
72- < table class ="table table-borderless " data-source ="{% url "tracking:ajax_ds_charter_list " "country" country.pk %}">
73- < thead >
74- < tr >
75- < th > Language</ th >
76- < th > Name</ th >
77- < th > Code</ th >
78- < th > Start Date</ th >
79- < th > End Date</ th >
80- < th > Contact Person</ th >
81- < th > WA Region</ th >
82- </ tr >
83- </ thead >
84- < tbody >
85- </ tbody >
86- </ table >
87- </ div >
88- </ div >
89-
90- <!-- EVENTS VIEW -->
91- < div id ="events-view " class ="row tab-pane ">
92- < div class ="col-md-12 ">
93-
94- <!-- EVENT LIST -->
95- < div class ="event-list-table-container ">
96- < table class ="table table-borderless " data-source ="{% url "tracking:ajax_event_list " "country" country.pk %}">
97- < thead >
98- < tr >
99- < th > Native</ th >
100- < th > Anglicized</ th >
101- < th > Number</ th >
102- < th > Location</ th >
103- < th > Start Date</ th >
104- < th > End Date</ th >
105- </ tr >
106- </ thead >
107- < tbody >
108- </ tbody >
109- </ table >
110- </ div >
111-
112- <!-- EVENT COUNT -->
113- < h2 > Event Count</ h2 >
114- {% show_event_count_form container=".event-count-table-container" selected_option=country.code %}
115- < hr />
116- < div class ="">
117- {% include "_loading.html" %}
118- < div class ="event-count-table-container " data-url ="{% url "tracking:ajax_event_count " %}" data-mode="country " data-option ="{{ country.code|lower }} " data-fiscal-year ="0 ">
119- <!-- load table here -->
120- </ div >
121- </ div >
122-
123- </ div >
124- </ div >
125-
12662 <!-- COMMENTS VIEW -->
12763 < div id ="comments-view " class ="row tab-pane ">
12864 < div class ="col-md-12 ">
0 commit comments