</script>
<div class="module_action">
-<a href="#" class="component_icon button" id="action_red">{% trans "STOP" %}</a>
+<a href="#" class="component_icon button" id="action_red">{% trans "S T O P" %}</a>
</div>
{% endif %}
</div>
{% block module-action %}
-{% if "telecaster"|installed %}
+{% if telecaster %}
<div class="module_action">
<a href="{% url teleforma-conference-record %}" class="component_icon button" id="action_red">{% trans "New conference" %}</a>
</div>
def get_all_courses():
return Course.objects.all()
+@register.assignment_tag
+def telecaster():
+ return 'telecaster' in settings.INSTALLED_APPS
+@register.assignment_tag
+def googletools():
+ return 'googletools' in settings.INSTALLED_APPS