mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 19:33:11 +00:00
13 lines
265 B
HTML
13 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 %}
|
|
|