|
|
|
|
@ -52,9 +52,17 @@ |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if post.private %} |
|
|
|
|
<p><span class="label label-warning">{{ 'Private'|get_plugin_lang('StudentFollowUp') }}</span></p> |
|
|
|
|
<p> |
|
|
|
|
<span class="label label-warning"> |
|
|
|
|
{{ 'Private'|get_plugin_lang('StudentFollowUpPlugin') }} |
|
|
|
|
</span> |
|
|
|
|
</p> |
|
|
|
|
{% else %} |
|
|
|
|
<p><span class="label label-warning">{{ 'Public'|get_plugin_lang('StudentFollowUp') }}</span></p> |
|
|
|
|
<p> |
|
|
|
|
<span class="label label-info"> |
|
|
|
|
{{ 'Public'|get_plugin_lang('StudentFollowUpPlugin') }} |
|
|
|
|
</span> |
|
|
|
|
</p> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|