~[if#mod.security.pagemod=/admin/district/misc-district.html]
<div class="injectable" data-inject-location=".button-row" data-inject-how="before">
<div id="IARrificSettings" style="padding-top: 10px;padding-bottom: 10px;">
    <h3>IARrific Preferences</h3>
    <table id="IARrificTable" class="linkDescList">
        <thead>
            <tr>
                <th>Function</th>
                <th>Value</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td class="bold">Enable IAR/ISA Accommodations in the teacher portal under the Student Information section.</td>
                <td><input name="[pref]TeacherIARificAccess" type="checkbox" id="TeacherIARificAccess" value="1"></td>
            </tr>
            <tr>
                <td class="bold">Allow Teachers to set Alternative Assessment Indicator (DLM-AA) on the IAR/ISA Accommodations page</td>
                <td><input name="[pref]TeacherIARificAlt" type="checkbox" id="TeacherIARificAlt" value="1"></td>
            </tr>
        </tbody>
    </table>
</div>
</div>
[/if#mod]