{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% block page_title %} {% translate "Intel Parser" %} {% endblock %} {% block header_nav_brand %} {% translate "Intel Parser" %} {% endblock header_nav_brand %} {% block content %}
{% block aa_intel_tool_header %}{% endblock %}
{% translate "Permalink successfully copied" as copyToClipboardSuccess %} {% translate "Something went wrong. Nothing copied. Maybe your browser does not support this function." as copyToClipboardError %} {% translate "Unaffiliated / No Alliance" as scanDataEmpty %} {% translate "NPC Corp" as scanDataNpcCorp %} {% translate "." context "Decimal separator" as decimalSeparator %} {% translate "," context "Thousands separator" as thousandsSeparator %} {% translate "No data available in this table" as emptyTable %} {% translate "Showing _END_ entries" as info context "Keep _END_ as it is. It will be replaced by a number." %} {% translate "(filtered from _MAX_ total entries)" as infoFiltered context "Keep _MAX_ as it is. It will be replaced by a number." %} {% translate "No records available" as infoEmpty %} {% translate "Loading …" as loadingRecords %} {% translate "Processing …" as processing %} {% translate "Nothing found, sorry …" as zeroRecords%} {% translate "Search …" as searchPlaceholder %} {% translate "First" as paginateFirst %} {% translate "Last" as paginateLast %} {% translate "Next" as paginateNext %} {% translate "Previous" as paginatePrevious %} {% translate ": activate to sort column ascending" as ariaSortAscending %} {% translate ": activate to sort column descending" as ariaSortDescending %} {% block aa_intel_tool_body %}{% endblock %}
{% endblock %}