8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-30 00:22:25 +00:00
re2o/machines/templates/machines/index.html

14 lines
269 B
HTML
Raw Normal View History

{% extends "machines/sidebar.html" %}
{% load bootstrap3 %}
{% block title %}Machines{% endblock %}
{% block content %}
2016-07-10 02:23:42 +00:00
<h2>Machines</h2>
{% include "machines/aff_machines.html" with interfaces_list=interfaces_list %}
<br />
<br />
<br />
{% endblock %}