{% extends 'layouts/master-page' %} {% block title %}{{hostname}} - Fixes{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if fixes != None %} {% include 'subpages/pager.html' %} {% include 'subpages/fixes_table.html' %} {% include 'subpages/pager.html' %} {% endif %} {% endblock %}