8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-07-16 03:14:06 +00:00
re2o/machines/templates/machines/index.html

14 lines
265 B
HTML

{% extends "machines/sidebar.html" %}
{% load bootstrap3 %}
{% block title %}Machines{% endblock %}
{% block content %}
<h2>Machines</h2>
{% include "machines/aff_machines.html" with machines_list=machines_list %}
<br />
<br />
<br />
{% endblock %}