Parent: [cceb25] (diff)

Child: [23f88a] (diff)

Download this file

discussion.html    22 lines (18 with data), 928 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends g.theme.master %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Discussion{% endblock %}
{% block header %}{{value.name}}{% endblock %}
{% block edit_box %}
<div class="editbox">{{widgets.discussion_header.display(value=value)}}</div>
{% endblock %}
{% block content %}
{{widgets.subscription_form.display(value=value,
threads=threads,
show_actions=True,
action=value.url() + 'subscribe',
allow_create_thread=allow_create_thread,
show_discussion_email=show_discussion_email,
show_subject=show_subject,
limit=limit,
page=page,
count=count)}}
{% endblock %}