{% extends "base.html" %} {% block title %}{{ title }} - {{ repo_name }}{% endblock %} {% block content %}
{{ title }}
{{ description }}
{% for header in headers %} {% endfor %} {% for row in data[:limit] %} {% for item in row %} {% if item is number %} {% endif %} {% if item is string %} {% endif %} {% endfor %} {% endfor %}
{{ header }}
{{ item }}{{ item }}
{% if data|length > limit %}
{{ data|length - limit }} Result{% if data|length != 1 %}s{% endif%} Hidden
{% endif %} {% endblock %}