{% extends 'base.html' %} {% load helper_tags %} {% block content %}
{% if messages %} {% for msg in messages %} {% endfor %} {% endif %}

Auto Correct

{% for auto_correct in auto_correct %} {% if auto_correct.short_cut %} {% endif %} {% endfor %}
Short Cut Auto Correct Text Action
{{auto_correct.short_cut}} {{auto_correct.correct_word}}
{% endblock %}