9 lines
178 B
HTML
9 lines
178 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block head_title %}Accounts |{% endblock %}
|
|
|
|
{% block tabs %}
|
|
{% include 'core/_partials/tabs.html' with active_tab='accounts' %}
|
|
{% endblock %}
|
|
|