mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
15 lines
335 B
HTML
15 lines
335 B
HTML
{% extends override|default:'base_rigs.html' %}
|
|
{% load paginator from filters %}
|
|
{% load to_class_name from filters %}
|
|
|
|
{% block js %}
|
|
{% include 'partials/version_scripts.html' %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="col-12">
|
|
{% include 'partials/activity_table_body.html' %}
|
|
{% paginator %}
|
|
</div>
|
|
{% endblock %}
|