{% extends "base.html" %} {% load humanize %} {% load surftrackr_extras %} {% block title %} Filetypes {% endblock %} {% block javascript %} {% endblock %} {% block topbar %} {% include "topbar.html" %} {% endblock %} {% block messages %} {{ message|safe }} {% endblock %} {% block submenu %} {% if filetypes_obj %}

Note: Not all filetypes can be identified from the web address, so this will never be a complete list.


{% for f in filetypes_obj %} {% endfor %}
Row Type Description Extension Matches
{{ forloop.counter }} {{ f.type|capfirst }} {{ f.description }} {{ f.extension }} {{ f.matches }}
{% endif %} {% endblock %}