{% extends "main.html" %} {% load render_table from django_tables2 %} {% block title %}Machine Projects{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Projects in {{ machine_category }}

{% render_table table %}
{% endblock %}