You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
333 B
18 lines
333 B
{% extends 'base_catalog.html' %}
|
|
{% load static %}
|
|
{% load i18n %}
|
|
{% load template_filters %}
|
|
|
|
|
|
{% block page_title %}
|
|
{% endblock %}
|
|
|
|
{% block content_list %}
|
|
{% with object_list=object_list %}
|
|
{% include 'includes/exposition/members.html' %}
|
|
{% endwith %}
|
|
|
|
{% endblock %}
|
|
|
|
{% block content_text %}
|
|
{% endblock %}
|
|
|