File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
debug_toolbar/templates/debug_toolbar/panels Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static %}
1+ {% load i18n %}
22< table >
33 < thead >
44 < tr >
Original file line number Diff line number Diff line change 1- {% load i18n l10n %}{% load static %}
1+ {% load i18n l10n %}
22< div class ="djdt-clearfix ">
33 < ul class ="djdt-stats ">
44 {% for alias, info in databases %}
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static %}
1+ {% load i18n %}
22< div class ="djDebugPanelTitle ">
33 < a class ="djDebugClose " href =""> »</ a >
44 < h3 > {% trans "SQL explained" %}</ h3 >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static %}
1+ {% load i18n %}
22< div class ="djDebugPanelTitle ">
33 < a class ="djDebugClose " href =""> »</ a >
44 < h3 > {% trans "SQL profiled" %}</ h3 >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static %}
1+ {% load i18n %}
22< div class ="djDebugPanelTitle ">
33 < a class ="djDebugClose " href =""> »</ a >
44 < h3 > {% trans "SQL selected" %}</ h3 >
Original file line number Diff line number Diff line change 1- {% load i18n %}{% load static %}
1+ {% load i18n %}
22< h4 > {% blocktrans count template_dirs|length as template_count %}Template path{% plural %}Template paths{% endblocktrans %}</ h4 >
33{% if template_dirs %}
44 < ol >
You can’t perform that action at this time.
0 commit comments